diff options
| author | mzxrules <mzxrules@gmail.com> | 2025-02-24 20:55:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-24 20:55:55 -0500 |
| commit | 2e4c42719b4dd10b328810cd2c58391063497d41 (patch) | |
| tree | 8c393d01b65983134665f106f7ec1b61107396d9 /src/boot | |
| parent | 70fde8ac3b591a993a2ca0a4361a528fdd07d158 (diff) | |
Reduce dependencies on global.h (9) (#2488)
* split game states
* split all GameState headers
* match fig names
* deduplicate headers from bad merge
* split z64actor.h into z64actor_profile.h, z_actor_dlftbls.h
* fix compile error
* .bss
Diffstat (limited to 'src/boot')
| -rw-r--r-- | src/boot/z_std_dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/z_std_dma.c b/src/boot/z_std_dma.c index 6d1d33cf6..b8d527619 100644 --- a/src/boot/z_std_dma.c +++ b/src/boot/z_std_dma.c @@ -33,7 +33,7 @@ #include "global.h" #pragma increment_block_number "gc-eu:128 gc-eu-mq:128 gc-jp:128 gc-jp-ce:128 gc-jp-mq:128 gc-us:128 gc-us-mq:128" \ - "ntsc-1.2:76 pal-1.0:74 pal-1.1:74" + "ntsc-1.2:86 pal-1.0:84 pal-1.1:84" StackEntry sDmaMgrStackInfo; OSMesgQueue sDmaMgrMsgQueue; |
