TommiTheFirst
TommiTheFirst
The bug described in the TODO should be fixed since https://github.com/DragonMinded/libdragon/commit/e6d6c65f18959ffb4bb286356fa552dec706d065?
I was skimming through the source code and noticed an abundance of static declared pseudo random functions, macros and snippets. [src/audio/ay8910.c](https://github.com/DragonMinded/libdragon/blob/preview/src/audio/ay8910.c#L150-L162) [src/system.c](https://github.com/DragonMinded/libdragon/blob/preview/src/system.c#L293-L313) [src/fatfs/ff.c](https://github.com/DragonMinded/libdragon/blob/preview/src/fatfs/ff.c#L3279-L3294) [src/bb/bbfs.c](https://github.com/DragonMinded/libdragon/blob/preview/src/bb/bbfs.c#L38) [src/joybus/cpak.c](https://github.com/DragonMinded/libdragon/blob/preview/src/joybus/cpak.c#L39) [src/audio/libxm/play.c](https://github.com/DragonMinded/libdragon/blob/preview/src/audio/libxm/play.c#L149-L150) ... Why is it...