We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76bff0 commit 89ac6cbCopy full SHA for 89ac6cb
include/nds/arm9/video.h
@@ -728,6 +728,8 @@ void setBackdropColorSub(const u16 color)
728
729
#define GFX_CONTROL (*(vu16*) 0x04000060)
730
731
+#define GFX_RDLINES_COUNT (*(vu32*) 0x04000320)
732
+
733
#define GFX_FIFO (*(vu32*) 0x04000400)
734
#define GFX_STATUS (*(vu32*) 0x04000600)
735
#define GFX_COLOR (*(vu32*) 0x04000480)
@@ -745,6 +747,7 @@ void setBackdropColorSub(const u16 color)
745
747
746
748
#define GFX_CLEAR_COLOR (*(vu32*) 0x04000350)
749
#define GFX_CLEAR_DEPTH (*(vu16*) 0x04000354)
750
+#define GFX_CLRIMAGE_OFFSET (*(vu16*) 0x04000356)
751
752
#define GFX_LIGHT_VECTOR (*(vu32*) 0x040004C8)
753
#define GFX_LIGHT_COLOR (*(vu32*) 0x040004CC)
0 commit comments