mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-15 16:32:40 +00: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