summaryrefslogtreecommitdiff
path: root/src/code/fault_gc.c
diff options
context:
space:
mode:
authorTharo <17233964+Thar0@users.noreply.github.com>2025-03-02 00:20:06 +0000
committerGitHub <noreply@github.com>2025-03-01 19:20:06 -0500
commitdb90c9fc88b8016675facd71d3f804be741e6684 (patch)
tree6ffa4b01db083a1deb5f8c790afb3a36d0964156 /src/code/fault_gc.c
parent3d1af546287d0416a207c00336248884ea3fa710 (diff)
Unbreak gcc builds (#2493)
Diffstat (limited to 'src/code/fault_gc.c')
-rw-r--r--src/code/fault_gc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/code/fault_gc.c b/src/code/fault_gc.c
index 29d04071c..57db7232f 100644
--- a/src/code/fault_gc.c
+++ b/src/code/fault_gc.c
@@ -40,14 +40,15 @@
* 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:128 gc-eu-mq:128 gc-eu-mq-dbg:96 gc-jp:128 gc-jp-ce:128 gc-jp-mq:128 gc-us:128" \
- "gc-us-mq:128 ique-cn:128"
+#pragma increment_block_number "gc-eu:96 gc-eu-mq:96 gc-eu-mq-dbg:96 gc-jp:96 gc-jp-ce:96 gc-jp-mq:96 gc-us:96" \
+ "gc-us-mq:96 ique-cn:96"
#include "global.h"
#include "libc64/sleep.h"
#include "libc64/sprintf.h"
#include "alloca.h"
#include "controller.h"
+#include "padmgr.h"
#include "fault.h"
#include "stack.h"
#include "stackcheck.h"