mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-10 12:22:12 -04:00
Cleanly shut down JKRDecomp thread
Properly join the thread to ensure it's shut down before we try to exit. Fixes #268
This commit is contained in:
@@ -116,3 +116,9 @@ void JFWSystem::init() {
|
||||
void* buffer = systemHeap->alloc(CSetUpParam::exConsoleBufferSize, 4);
|
||||
JUTException::createConsole(buffer, CSetUpParam::exConsoleBufferSize);
|
||||
}
|
||||
|
||||
#if TARGET_PC
|
||||
void JFWSystem::shutdown() {
|
||||
JKRAram::destroy();
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user