diff options
| author | Tharo <17233964+Thar0@users.noreply.github.com> | 2025-01-21 20:21:48 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-21 15:21:48 -0500 |
| commit | afa0842de4116fd12cdf31655af2375ed10cf148 (patch) | |
| tree | d71aa336cc7998f6b9b4f1b8a0d82db4a69f43eb /src/code/fault_gc.c | |
| parent | 5346c978a949864fd84bc0587dfed794998cede7 (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/code/fault_gc.c')
| -rw-r--r-- | src/code/fault_gc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/fault_gc.c b/src/code/fault_gc.c index 059162c16..59f95d17f 100644 --- a/src/code/fault_gc.c +++ b/src/code/fault_gc.c @@ -40,7 +40,7 @@ * DPad-Up may be pressed to enable sending fault pages over osSyncPrintf as well as displaying them on-screen. * DPad-Down disables sending fault pages over osSyncPrintf. */ -#pragma increment_block_number "gc-eu:160 gc-eu-mq:160 gc-eu-mq-dbg:160 gc-jp:160 gc-jp-ce:160 gc-jp-mq:160 gc-us:160" \ +#pragma increment_block_number "gc-eu:160 gc-eu-mq:160 gc-eu-mq-dbg:144 gc-jp:160 gc-jp-ce:160 gc-jp-mq:160 gc-us:160" \ "gc-us-mq:160" #include "global.h" |
