Alex Barney
Results
72
comments of
Alex Barney
Works for me too. The above saves that didn't work should fail to decrypt on both Linux and Windows, and fail to load when restored to the Switch
That would be caused by the bit reader https://github.com/Thealexbarney/LibAtrac9/blob/6a9e00f6c7abd74d037fd210b6670d3cdb313049/C/src/bit_reader.c#L34-L68 Depending on the size read, the current code may end up accessing one more byte than necessary. The official code does...