Hook up the allocator

This commit is contained in:
robojumper
2024-05-04 23:54:00 +02:00
parent a0a5d63408
commit fdd14ede3a
3 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ public:
/* 80499be0 */ CoreController *getNthController(s32);
static void *allocThunk(size_t size);
static void deleteThunk(void *ptr);
static int deleteThunk(void *ptr);
/* 80499cd0 */ static void connectCallback(s32, s32);
/* 80499d10 */ CoreControllerMgr();