mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Remove hardcoded esc hotkey, make pause/stop hotkey actually toggle rather than just pausing, fix frame advance hotkey
This commit is contained in:
@ -629,7 +629,7 @@ State GetState()
|
||||
|
||||
if (s_hardware_initialized)
|
||||
{
|
||||
if (CPU::IsStepping())
|
||||
if (CPU::IsStepping() || s_frame_step)
|
||||
return State::Paused;
|
||||
|
||||
return State::Running;
|
||||
|
Reference in New Issue
Block a user