diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2025-07-22 15:54:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-22 15:54:46 +0200 |
| commit | 383ca6aaa2b322869fe304eb5c277150859bfcc0 (patch) | |
| tree | d89df81f15cf8e2d4c3dbad0f115c3f198119ead /libs | |
| parent | aee9c362bbeb9ae717f4b93cbbd5fa0dd9a71450 (diff) | |
Game 99% (#125)
* Game 74%
* Game 99%
* Fix symbol name
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/nds/include/nds/gfx.h | 2 |
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 |
