CommonHostInterface: Implement frame step hotkey

This commit is contained in:
Connor McLaughlin
2020-07-08 01:57:34 +10:00
parent fe867edefb
commit 97a946bd62
5 changed files with 24 additions and 24 deletions

View File

@ -914,6 +914,11 @@ void QtHostInterface::threadEntryPoint()
m_system->RunFrame();
UpdateControllerRumble();
if (m_frame_step_request)
{
m_frame_step_request = false;
PauseSystem(true);
}
renderDisplay();