mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-05 06:49:58 +00:00
Wait for the terminate event before destroying a system instance
This commit is contained in:
parent
fe57f39676
commit
2feb40f14d
1 changed files with 1 additions and 4 deletions
|
@ -436,10 +436,7 @@ void System::Stop() {
|
|||
}
|
||||
|
||||
if (execution_mode == ExecutionMode::Auto) {
|
||||
// Should wait for the system to terminate here, but core timing (should have) already
|
||||
// stopped, so this isn't needed. Find a way to make this definite.
|
||||
|
||||
// terminate_event.Wait();
|
||||
terminate_event.Wait();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue