Skip to content

Version 0.8.1

Compare
Choose a tag to compare
@AntonioND AntonioND released this 01 Aug 00:45
· 668 commits to master since this release
  • libnds:

    • Fixed NitroFAT in emulators. It only worked when DLDI was initialized correctly, which isn't the case in emulators like no$gba.
    • Set the right CPU as owner of the Slot-1 bus in NitroFAT handling functions.
  • SDK:

    • Updated build systems to generate Maxmod soundbanks in the NitroFAT filesystem if the filesystem is used. This isn't supported by ARM9 + ARM7 makefiles for now, only by ARM9 makefiles.
    • Fixed segmentation fault in mkfatimg when not enough arguments are provided.
    • Stopped relying on make -j in Makefiles. It is passed by make to any sub-make, so it isn't required.
    • Added basic Maxmod and Maxmod + NitroFAT examples.