Commit Graph

2 Commits

Author SHA1 Message Date
Antonio Niño Díaz
48e013f815 library: Use safe DMA functions in BlocksDS
They aren't available in the libnds provided by devkitPro. I could copy
the safe versions of the functions to Nitro Engine, but that wouldn't
help as the program would still use the unsafe versions for everything
else outside of Nitro Engine. The fix needs to happen in libnds for it
to work.
2023-10-16 02:55:39 +01:00
Antonio Niño Díaz
814fce2f97 library: Let user choose how to draw display lists
Now it is possible to select if the display lists are sent with a CPU
copy or with the DMA. This is needed for a future commit that will
introduce safe dual 3D mode.
2023-10-09 00:59:23 +01:00