diff options
| author | Tharo <17233964+Thar0@users.noreply.github.com> | 2025-01-10 23:54:02 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-10 18:54:02 -0500 |
| commit | b19b06a5314124824a01573c80addda3f82f7585 (patch) | |
| tree | fbea2c0e77ddafd1ab03f1a4355f86c481954808 /src/boot | |
| parent | 1549f34e8e8e0211d7f6cc672b0ac7f4125d6e03 (diff) | |
[iQue] Match remaining libultra/os files (#2414)
* Match remaining libultra/os files
* Align box id macros
* Fix bss, format
* Fix BSS
* Clarify some comments
* More bug comment
* Comment
* Fix 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 0326a1cb6..8fe2982e7 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:78 pal-1.0:76 pal-1.1:76" + "ntsc-1.2:70 pal-1.0:68 pal-1.1:68" StackEntry sDmaMgrStackInfo; OSMesgQueue sDmaMgrMsgQueue; |
