GDBStub: Make step force pausing even if play was pressed

This commit is contained in:
aldelaro5 2021-10-01 12:17:17 -04:00
parent 2f7a3e59e5
commit 7ad586fe2c
1 changed files with 1 additions and 0 deletions

View File

@ -704,6 +704,7 @@ void ProcessCommands(bool loop_until_continue)
Host_UpdateDisasmDialog();
break;
case 's':
Step();
return;
case 'C':
case 'c':