mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user