nitro-engine/source
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
..
dsma library: Let user choose how to draw display lists 2023-10-09 00:59:23 +01:00
NE2D.c library: Remove texcoord offset when drawing 2D quads 2023-09-25 02:28:59 +01:00
NEAlloc.c library: Handle failures correctly 2023-04-21 18:19:02 +01:00
NEAnimation.c library: Handle failures correctly 2023-04-21 18:19:02 +01:00
NECamera.c library: Handle failures correctly 2023-04-21 18:19:02 +01:00
NEDisplayList.c library: Use safe DMA functions in BlocksDS 2023-10-16 02:55:39 +01:00
NEFAT.c library: Refactor library initialization state handling 2023-10-09 01:32:06 +01:00
NEFormats.c library: Rename some functions for consistency 2022-10-25 23:45:03 +01:00
NEGeneral.c library: Use safe DMA functions in BlocksDS 2023-10-16 02:55:39 +01:00
NEGUI.c library: Handle failures correctly 2023-04-21 18:19:02 +01:00
NEMath.h library: Refactor viewport calculations 2022-10-24 01:41:56 +01:00
NEModel.c library: Let user choose how to draw display lists 2023-10-09 00:59:23 +01:00
NEPalette.c library: Handle failures correctly 2023-04-21 18:19:02 +01:00
NEPhysics.c library: Handle failures correctly 2023-04-21 18:19:02 +01:00
NEPolygon.c library: Refactor library initialization state handling 2023-10-09 01:32:06 +01:00
NEText.c library: Make many function parameters const 2022-10-20 22:36:58 +01:00
NETexture.c library: Refactor library initialization state handling 2023-10-09 01:32:06 +01:00