Add variables to common.h

This commit is contained in:
gamemasterplc 2023-11-23 12:53:00 -06:00
parent 905f5a7e73
commit 39286d7a62
4 changed files with 24 additions and 9 deletions

View file

@ -1,8 +1,6 @@
#include "common.h"
#include "dolphin/os.h"
extern OSHeapHandle currentHeapHandle;
static u32 HeapSizeTbl[5] = { 0x240000, 0x140000, 0xA80000, 0x580000, 0 };
static void *HeapTbl[5];