k_wmark / k_wpillar OK, fop actor enums / debug building (#1946)

* d_k_wmark / d_k_wpillar OK

* make debug buildable / add assert functionality

* add more fop actor enums

* remove asm
This commit is contained in:
TakaRikka
2023-09-28 12:01:42 -07:00
committed by GitHub
parent 673e69386a
commit 89ed2b8a26
206 changed files with 1612 additions and 2472 deletions
+2 -2
View File
@@ -142,7 +142,7 @@ public:
static void* getUserRamEnd(void) { return mUserRamEnd; }
static u32 getMemorySize(void) { return mMemorySize; }
static JKRHeap* getRootHeap() { return sRootHeap; }
#if DEBUG
#ifdef DEBUG
static JKRHeap* getRootHeap2() { return sRootHeap2; }
#endif
@@ -166,7 +166,7 @@ public:
static u32 mMemorySize;
static JKRHeap* sRootHeap;
#if DEBUG
#ifdef DEBUG
static JKRHeap* sRootHeap2;
#endif