mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 12:15:45 +00:00
General: Fix Stop function
This commit is contained in:
parent
3869e55c27
commit
cb974be3ce
4 changed files with 25 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue