summaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
authormzxrules <mzxrules@gmail.com>2025-01-24 13:25:05 -0500
committerGitHub <noreply@github.com>2025-01-24 13:25:05 -0500
commitf448a48cd66d6a60fdac5ed1efec078a434a1fe7 (patch)
tree2897cb2ce3a35132af15fa269562bb4eabea5607 /src/boot
parentab37332793161e1731176588fd901c0d90461f74 (diff)
Create headers for some libu64 files (#2440)
* Create headers for some libu64 files * apply bss patch
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/z_std_dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/z_std_dma.c b/src/boot/z_std_dma.c
index b708a54dd..c8183fc7c 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:66 pal-1.0:64 pal-1.1:64"
+ "ntsc-1.2:64 pal-1.0:62 pal-1.1:62"
StackEntry sDmaMgrStackInfo;
OSMesgQueue sDmaMgrMsgQueue;