Allow threads to gracefully shutdown

This commit is contained in:
Luke Street
2026-04-01 18:30:12 -06:00
parent c4bedd6684
commit 7642d72a52
16 changed files with 135 additions and 158 deletions
@@ -79,11 +79,15 @@ void JFWSystem::init() {
JUTGamePad::init();
#ifndef TARGET_PC
JUTDirectPrint* dbPrint = JUTDirectPrint::start();
#endif
JUTAssertion::create();
#ifndef TARGET_PC
JUTException::create(dbPrint);
#endif
systemFont = JKR_NEW JUTResFont(CSetUpParam::systemFontRes, NULL);