summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorAetias <144526980+AetiasHax@users.noreply.github.com>2025-07-22 15:54:46 +0200
committerGitHub <noreply@github.com>2025-07-22 15:54:46 +0200
commit383ca6aaa2b322869fe304eb5c277150859bfcc0 (patch)
treed89df81f15cf8e2d4c3dbad0f115c3f198119ead /libs
parentaee9c362bbeb9ae717f4b93cbbd5fa0dd9a71450 (diff)
Game 99% (#125)
* Game 74% * Game 99% * Fix symbol name
Diffstat (limited to 'libs')
-rw-r--r--libs/nds/include/nds/gfx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/nds/include/nds/gfx.h b/libs/nds/include/nds/gfx.h
index 3992a4e1..dea3eca5 100644
--- a/libs/nds/include/nds/gfx.h
+++ b/libs/nds/include/nds/gfx.h
@@ -10,6 +10,8 @@ extern "C" {
#define GFX_FIFO_SWAP_BUFFERS (*(volatile u32 *) 0x04000540)
#define GFX_FIFO_VIEWPORT (*(volatile u32 *) 0x04000580)
+#define REG_GFX_RAM_COUNT (*(volatile u16 *) 0x04000604)
+#define REG_GFX_RAM_COUNT_2 (*(volatile u16 *) 0x04000606)
#define REG_VCOUNT (*(volatile u16 *) 0x04000006)
#ifdef __cplusplus