mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 00:27:59 -05: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