mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 18:22:24 -07:00
General: Fix Stop function
This commit is contained in:
@@ -89,8 +89,10 @@ void EmuThread::run() {
|
||||
}
|
||||
running_guard = false;
|
||||
|
||||
was_active = true;
|
||||
emit DebugModeEntered();
|
||||
if (!stop_run) {
|
||||
was_active = true;
|
||||
emit DebugModeEntered();
|
||||
}
|
||||
} else if (exec_step) {
|
||||
UNIMPLEMENTED();
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user