summaryrefslogtreecommitdiff
path: root/arm9/lib/src/OS_emulator.c
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-05-24 15:14:47 +0100
committerred031000 <rubenru09@aol.com>2020-05-24 15:14:47 +0100
commitc29ab952787c437b15a70a88dbb07f309a877574 (patch)
treee49187e81c3ad40578eea0cc54ceb1ec8a6d81ff /arm9/lib/src/OS_emulator.c
parent77ebfad667ae038119b4413b87c99d0497f2d522 (diff)
parent8cfbe69596f9d3079d0098f30ea58debd5487271 (diff)
Merge branch 'master' of https://github.com/martmists/pokediamond
Diffstat (limited to 'arm9/lib/src/OS_emulator.c')
-rw-r--r--arm9/lib/src/OS_emulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/lib/src/OS_emulator.c b/arm9/lib/src/OS_emulator.c
index 1be0e163..c138b2bc 100644
--- a/arm9/lib/src/OS_emulator.c
+++ b/arm9/lib/src/OS_emulator.c
@@ -5,7 +5,7 @@
#include "OS_emulator.h"
#include "function_target.h"
-extern u32 OSi_ConsoleTypeCache; //todo fix bss
+u32 OSi_ConsoleTypeCache = -1u; //todo fix bss
ARM_FUNC BOOL OS_IsRunOnEmulator() {
return FALSE;