add more sorting to inline'd asm for JSystem, move m_Do_main over to using newly defined JKRHeap and JKRExpHeap headers

This commit is contained in:
unknown
2020-11-29 12:57:11 -05:00
parent 92cfb378f3
commit 58afa9ed78
63 changed files with 58 additions and 62 deletions
+2 -11
View File
@@ -1,15 +1,6 @@
#include "dolphin/types.h"
class JKRExpHeap {
public:
s32 getTotalUsedSize() const;
};
class JKRHeap {
public:
s32 getFreeSize();
};
#include "JSystem/JKernel/JKRHeap/JKRHeap.h"
#include "JSystem/JKernel/JKRExpHeap/JKRExpHeap.h"
class HeapCheck {
public: