mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
GDBStub: Make step force pausing even if play was pressed
This commit is contained in:
@ -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':
|
||||||
|
Reference in New Issue
Block a user