mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 15:05:47 -04:00
CommonHostInterface: Implement frame step hotkey
This commit is contained in:
@ -914,6 +914,11 @@ void QtHostInterface::threadEntryPoint()
|
||||
|
||||
m_system->RunFrame();
|
||||
UpdateControllerRumble();
|
||||
if (m_frame_step_request)
|
||||
{
|
||||
m_frame_step_request = false;
|
||||
PauseSystem(true);
|
||||
}
|
||||
|
||||
renderDisplay();
|
||||
|
||||
|
Reference in New Issue
Block a user