Ronny Chan
Ronny Chan
I like the idea of moving AP patches to a single file. This might require some work though to properly build a lookup table + actual file data. Appending the...
> @chyyran That's over complicating it. A tar file would perfectly do that with no lookup tables, no decompression while being easy to read from. Without a LUT you will...
The select menu used to work exactly like this.
This currently freezes for unknown reasons after some time has passed. There seems to be a bug in the buffering routine, or some other issue that causes it to freeze....
Leaving a note here just in case, likely culprit is some buffer overrun overwriting `fifoSendQueue` in akmenu. Fix is to properly write a looping stream for the `FILE` abstraction, and...
blocking on #1208
APfix/MPU changes?
i'll probably end up making the menu changes to fix this on libfat, ill rebase this branch when i get the chance to work on this again.
Hoping libslim in #1208 may improve this
The issue has to do with the SD card driver and how libfat interacts with it. The hope was libslim would help but it seems to make the problem worse...