mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 06:39:14 +01:00
GDBStub: Make step force pausing even if play was pressed
This commit is contained in:
parent
2f7a3e59e5
commit
7ad586fe2c
@ -704,6 +704,7 @@ void ProcessCommands(bool loop_until_continue)
|
|||||||
Host_UpdateDisasmDialog();
|
Host_UpdateDisasmDialog();
|
||||||
break;
|
break;
|
||||||
case 's':
|
case 's':
|
||||||
|
Step();
|
||||||
return;
|
return;
|
||||||
case 'C':
|
case 'C':
|
||||||
case 'c':
|
case 'c':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user