m_Do_main debug (#2965)

This commit is contained in:
Jcw87
2025-12-19 11:22:03 -08:00
committed by GitHub
parent 7f4456be78
commit 86729e6597
24 changed files with 218 additions and 53 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ public:
static void dump(void);
static JKRAram* getManager() { return sAramObject; }
static JKRAramHeap* getAramHeap() { return getManager()->mAramHeap; }
static JKRAramHeap* getAramHeap() { return sAramObject->mAramHeap; }
static JSUList<JKRAMCommand>& getCommandList() { return sAramCommandList; }
static u8 decideAramGroupId(int groupId) {