summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMegaMech <inkstudios1@hotmail.com>2024-05-02 17:24:24 -0600
committerMegaMech <inkstudios1@hotmail.com>2024-05-02 17:24:24 -0600
commitb77f432923f596d84f47f2c6e9571d639306c0a3 (patch)
tree0054f499584b8a47fd7d8e7b8a0e4f2d6638a999 /include
parente5c9616a645ddf96617f747f7efe006d68aa2835 (diff)
Fix extern
Diffstat (limited to 'include')
-rw-r--r--include/stubs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stubs.h b/include/stubs.h
index c8fa8fdfa..4d76dd88d 100644
--- a/include/stubs.h
+++ b/include/stubs.h
@@ -1,7 +1,7 @@
#include <libultraship.h>
-extern u32 osTvType = OS_TV_NTSC;
+extern u32 osTvType;
extern u32 osResetType;
extern u8 osAppNmiBuffer[64];