summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
Diffstat (limited to 'src/code')
-rw-r--r--src/code/fault_gc.c2
-rw-r--r--src/code/fault_gc_drawer.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/code/fault_gc.c b/src/code/fault_gc.c
index af6932159..9c0c35c78 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.
*/
-#if PLATFORM_GC
+#if !PLATFORM_N64
#pragma increment_block_number "gc-eu:160 gc-eu-mq:160 gc-eu-mq-dbg:160 gc-jp:176 gc-jp-ce:176 gc-jp-mq:176 gc-us:176" \
"gc-us-mq:176"
diff --git a/src/code/fault_gc_drawer.c b/src/code/fault_gc_drawer.c
index 808b25849..ba294f52d 100644
--- a/src/code/fault_gc_drawer.c
+++ b/src/code/fault_gc_drawer.c
@@ -9,7 +9,7 @@
#include "terminal.h"
#pragma increment_block_number "gc-jp:128 gc-jp-ce:128 gc-jp-mq:128 gc-us:128 gc-us-mq:128"
-#if PLATFORM_GC
+#if !PLATFORM_N64
typedef struct FaultDrawer {
/* 0x00 */ u16* fb;