From 9a74a6787e735615d27dfad9b1eacd2a602841c1 Mon Sep 17 00:00:00 2001 From: red031000 Date: Mon, 27 Apr 2020 22:32:10 +0100 Subject: move OS_GetConsoleType to os_arena --- include/nitro/os_alloc.c | 1 - include/nitro/os_arena.c | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'include/nitro') diff --git a/include/nitro/os_alloc.c b/include/nitro/os_alloc.c index 6f76e3b1..9ba92e18 100644 --- a/include/nitro/os_alloc.c +++ b/include/nitro/os_alloc.c @@ -6,7 +6,6 @@ #include "consts.h" #include "os_system.h" -extern u32 OS_GetConsoleType(); extern Cell* DLInsert(Cell* list, Cell* cell); extern Cell* DLAddFront(Cell* list, Cell* cell); diff --git a/include/nitro/os_arena.c b/include/nitro/os_arena.c index 4923642d..0536ec7f 100644 --- a/include/nitro/os_arena.c +++ b/include/nitro/os_arena.c @@ -6,6 +6,7 @@ #include "os_arena.h" #include "os_protectionRegion.h" +extern u32 OS_GetConsoleType(); extern BOOL OSi_MainExArenaEnabled; extern BOOL OSi_Initialized; // TODO: located at 0x021d36f0 extern u32 SDK_MAIN_ARENA_LO; // TODO: technically this should be defined in the lcf -- cgit v1.2.3