diff options
| author | mzxrules <mzxrules@gmail.com> | 2025-02-05 15:07:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-05 21:07:19 +0100 |
| commit | 54939bac3ac972a24918d3fdc97d58199ff54bc9 (patch) | |
| tree | 2cf92ea6a9fc16316cc98368f9e004426fff98e5 /src/boot | |
| parent | 8b82eb1ff7d0672fb24066bdf2fa8965f0e63337 (diff) | |
Reduce overlay dependencies on global.h (3) (#2449)
* kill more global.h references
* .format.py
* bss
* ique
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 38da143ae..9efa42788 100644 --- a/src/boot/z_std_dma.c +++ b/src/boot/z_std_dma.c @@ -28,7 +28,7 @@ #endif #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:62 pal-1.0:60 pal-1.1:60" + "ntsc-1.2:76 pal-1.0:74 pal-1.1:74" StackEntry sDmaMgrStackInfo; OSMesgQueue sDmaMgrMsgQueue; |
