mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-30 07:34:37 -04:00
Revert "Isolate JKRHeap operator overloads" (#39)
This commit is contained in:
@@ -963,7 +963,7 @@ int mDoMch_Create() {
|
||||
JKRSetAramTransferBuffer(NULL, 0x2000, JKRGetSystemHeap());
|
||||
JKRThreadSwitch::createManager(NULL);
|
||||
{ // Fakematch to fix stack on debug, unsure where this block is supposed to go
|
||||
JKRThread* thread = JKR_NEW JKRThread(OSGetCurrentThread(), 0);
|
||||
JKRThread* thread = new JKRThread(OSGetCurrentThread(), 0);
|
||||
}
|
||||
|
||||
JUTConsole* sysConsole = JFWSystem::getSystemConsole();
|
||||
|
||||
Reference in New Issue
Block a user