Skip to content

Version 0.11.1

Compare
Choose a tag to compare
@AntonioND AntonioND released this 25 Nov 12:35
· 582 commits to master since this release
  • libnds:

    • Fixed an edge case which could read to invalid small reads/writes to DSi/ARM7-controlled removable storage.
    • Added helpers to control REG_SNDEXTCNT from the ARM9 (to enable DSP audio output to the speakers, for example).
    • Some DSP functions have been moved to twl sections to save memory when the game runs in a regular DS.
    • Wrapped camera functions to prevent crashes when used in NDS mode.
    • Change license of DLDI-related files to Zlib with permission from the authors.
    • Fix Doxygen documentation of peripherals.
  • DSP:

    • Added BTDMP helpers to stream audio from the DSP to the speakers. Added an
      example to show how to generate audio from the ARM7 and the DSP at the same time.
    • Added an example of how to use DMA to transfer data from the DSP memory to the ARM9 memory.