diff options
Diffstat (limited to 'arm9/lib/src/OS_emulator.c')
-rw-r--r-- | arm9/lib/src/OS_emulator.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/arm9/lib/src/OS_emulator.c b/arm9/lib/src/OS_emulator.c deleted file mode 100644 index e92a7d9d..00000000 --- a/arm9/lib/src/OS_emulator.c +++ /dev/null @@ -1,18 +0,0 @@ -// -// Created by red031000 on 2020-05-05. -// - -#include "OS_emulator.h" -#include "function_target.h" - -u32 OSi_ConsoleTypeCache = -1u; - -ARM_FUNC BOOL OS_IsRunOnEmulator(void) { - return FALSE; -} - -ARM_FUNC u32 OS_GetConsoleType(void) { - OSi_ConsoleTypeCache = OS_CONSOLE_NITRO | OS_CONSOLE_DEV_CARD | OS_CONSOLE_SIZE_4MB; - - return OSi_ConsoleTypeCache; -} |