JKRAramHeap

This commit is contained in:
Jcw87
2023-09-22 16:32:19 -07:00
parent b70bc6dd30
commit cdbe2b5174
3 changed files with 124 additions and 21 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ public:
/* 0x18 */ u32 mSize;
/* 0x1C */ u32 mFreeSize;
/* 0x20 */ u8 mGroupId;
/* 0x21 */ u8 mIsTempMemory;
/* 0x21 */ bool mIsTempMemory;
/* 0x22 */ u8 padding[2];
};