Fix definition of global variables in header file

This commit is contained in:
Sean Miller
2026-04-06 16:54:52 +01:00
parent 97d808fe06
commit 5bd9fb7bad
2 changed files with 14 additions and 4 deletions
+10
View File
@@ -43,12 +43,22 @@
#include "rvl/GX.h"
#include "rvl/OS.h"
namespace dSystem {
void *s_OrgMEM1ArenaLo;
void *s_NewMEM1ArenaLo;
void *s_OrgMEM1ArenaHi;
void *s_NewMEM1ArenaHi;
}
System SysConfig;
System *dSys_c::ms_configuration_p;
EGG::Heap *dSys_c::ms_RootHeapMem1;
EGG::Heap *dSys_c::ms_RootHeapMem2;
// TODO Replace with proper import + names
extern u32 lbl_80574FA0;
extern u32 lbl_80574FA4;