mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-10 12:22:12 -04:00
Allow threads to gracefully shutdown
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user