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
-19
View File
@@ -1,19 +0,0 @@
#ifndef __JKRDISPOSER_H__
#define __JKRDISPOSER_H__
#include "dolphin/types.h"
#include "JSystem/JSupport/JSUList.h"
class JKRHeap;
class JKRDisposer {
public:
JKRDisposer();
~JKRDisposer();
public:
void** __vt;
JKRHeap* heap;
JSUPtrLink ptr_link;
};
#endif