diff options
| author | fig02 <fig02srl@gmail.com> | 2025-04-06 22:32:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-06 22:32:40 -0400 |
| commit | 80564bf40b7891eb38eae56b7e3c1780c080a075 (patch) | |
| tree | 2fa33ef47c350d0061609fafd12f6210e8338ae4 /src/boot | |
| parent | 5133db15a3d3f554e7936a600ff358a6aa38540a (diff) | |
variables.h cleaning: migrate libultra variables (#2503)
* variables.h cleaning: migrate libultra variables
* another increment_block_number
* fix bss
Diffstat (limited to 'src/boot')
| -rw-r--r-- | src/boot/boot_main.c | 1 | ||||
| -rw-r--r-- | src/boot/z_std_dma.c | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/boot/boot_main.c b/src/boot/boot_main.c index 689d4f031..cbaa418ed 100644 --- a/src/boot/boot_main.c +++ b/src/boot/boot_main.c @@ -1,4 +1,5 @@ #include "boot.h" + #include "idle.h" #include "is_debug.h" #include "stack.h" diff --git a/src/boot/z_std_dma.c b/src/boot/z_std_dma.c index 9f5901b73..7cc8add92 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:14" \ - "pal-1.0:12 pal-1.1:12" +#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" StackEntry sDmaMgrStackInfo; OSMesgQueue sDmaMgrMsgQueue; |
