mirror of
https://github.com/open-goal/jak-project
synced 2026-07-29 15:44:03 -04:00
28a5a417bc
I'm not sure what has changed here...but rebooting in debug mode now hangs. - It seems to exit the GFX loop prematurely because `MasterExit` is still set to `RESTART_IN_DEBUG` https://github.com/open-goal/jak-project/blob/master/game/runtime.cpp#L431 - And then it gets stuck waiting for the DECI thread to close This works, but im not sure if it's the right fix / what has changed to require this.