diff options
| author | fig02 <fig02srl@gmail.com> | 2025-04-11 02:10:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-11 02:10:19 -0400 |
| commit | 0c5282ba66bec5eba8f11fa5922b893b1deed7e7 (patch) | |
| tree | 4a403e973b6b248ed110e4d781f423946dcaf4ea /src/boot | |
| parent | 80564bf40b7891eb38eae56b7e3c1780c080a075 (diff) | |
variables.h cleaning: migrate audio variables (#2504)
* migrate audio variables, fix libultra thing
* remove extra newlines
* fix
* add required pragmas
* fix bss
* audio table fixes
* fix bss
Diffstat (limited to 'src/boot')
| -rw-r--r-- | src/boot/z_std_dma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot/z_std_dma.c b/src/boot/z_std_dma.c index 7cc8add92..275ab35c2 100644 --- a/src/boot/z_std_dma.c +++ b/src/boot/z_std_dma.c @@ -41,8 +41,8 @@ #include "global.h" -#pragma increment_block_number "gc-eu:0 gc-eu-mq:0 gc-jp:0 gc-jp-ce:0 gc-jp-mq:0 gc-us:0 gc-us-mq:0 ntsc-1.2:20" \ - "pal-1.0:18 pal-1.1:18" +#pragma increment_block_number "gc-eu:0 gc-eu-mq:0 gc-jp:0 gc-jp-ce:0 gc-jp-mq:0 gc-us:0 gc-us-mq:0 ntsc-1.2:22" \ + "pal-1.0:20 pal-1.1:20" StackEntry sDmaMgrStackInfo; OSMesgQueue sDmaMgrMsgQueue; |
