Merge pull request #6371 from rukai/dolphinQtHotkeyFixes

Qt: Various fixes to hotkeys
This commit is contained in:
Anthony
2018-02-12 09:28:58 -08:00
committed by GitHub
5 changed files with 27 additions and 15 deletions

View File

@ -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;