summaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
authorTharo <17233964+Thar0@users.noreply.github.com>2025-01-21 20:21:48 +0000
committerGitHub <noreply@github.com>2025-01-21 15:21:48 -0500
commitafa0842de4116fd12cdf31655af2375ed10cf148 (patch)
treed71aa336cc7998f6b9b4f1b8a0d82db4a69f43eb /src/boot
parent5346c978a949864fd84bc0587dfed794998cede7 (diff)
[iQue] Import libultra audio library files (#2433)
Note about comments in these files: The libultra audio library was originally available to developers in source code form, unlike most of libultra. These files are based on these source code forms, adapted to meet the style of this project. The comments in the files as of this commit are, apart from the style, comments from the original SGI authors.
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 2872d127b..b708a54dd 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:68 pal-1.0:66 pal-1.1:66"
+ "ntsc-1.2:66 pal-1.0:64 pal-1.1:64"
StackEntry sDmaMgrStackInfo;
OSMesgQueue sDmaMgrMsgQueue;