mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-29 15:03:32 +08:00
core/debugger: fix a number of shutdown deadlocks
This commit is contained in:
@@ -229,6 +229,7 @@ int main(int argc, char** argv) {
|
||||
while (emu_window->IsOpen()) {
|
||||
emu_window->WaitEvent();
|
||||
}
|
||||
system.DetachDebugger();
|
||||
void(system.Pause());
|
||||
system.Shutdown();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user