debugDisplay and Debug_console attemp

This commit is contained in:
Pheenoh
2021-02-07 17:20:16 -05:00
parent 315ef319fc
commit 34693ded85
70 changed files with 547 additions and 225 deletions
+3
View File
@@ -1,4 +1,5 @@
#include "JSystem/JKernel/JKRHeap/JKRHeap.h"
#include "JSystem/JKernel/JKRExpHeap/JKRExpHeap.h"
#include "global.h"
extern "C" {
@@ -12,6 +13,8 @@ void JUTException_NS_panic_f(const char* filename, int line, const char* format,
void remove__10JSUPtrListFP10JSUPtrLink(void);
}
extern JKRExpHeap* sSystemHeap__7JKRHeap;
JKRHeap::JKRHeap(void* data, u32 size, JKRHeap* parent, bool errorFlag)
: JKRDisposer(), mChildTree(this), mDisposerList() {
OSInitMutex(&mMutex);