Moving shutdown logic to Emulator.
This commit is contained in:
@@ -92,9 +92,6 @@ void GraphicsSystem::ThreadStart() {
|
||||
running_ = false;
|
||||
|
||||
xe_run_loop_release(run_loop);
|
||||
|
||||
// TODO(benvanik): call module API to kill? this is a bad shutdown.
|
||||
exit(1);
|
||||
}
|
||||
|
||||
void GraphicsSystem::Initialize() {
|
||||
|
||||
Reference in New Issue
Block a user