maxmod
maxmod copied to clipboard
This is my first time to use libnds to make NDS games. When I used this function many times (because I want to read audio files from the filesystem only...
The crash can be replicated by simply taking the basic_sound example and changing the call to `mmInitDefault` to `mmInit`. For the code below, I'm using the GBA example given here:...
If one calls malloc instead of calloc here, the memory may not be clear, so there will be mixing noise when e.g. booting in Quick Boot mode from an Everdrive....