mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 13:15:45 -04:00
CommonHostInterface: Reimplement controller rumble support
Even better than before, supports separate motor control.
This commit is contained in:
@ -1301,10 +1301,11 @@ void SDLHostInterface::Run()
|
||||
if (m_system && !m_paused)
|
||||
{
|
||||
m_system->RunFrame();
|
||||
UpdateControllerRumble();
|
||||
if (m_frame_step_request)
|
||||
{
|
||||
m_frame_step_request = false;
|
||||
m_paused = true;
|
||||
PauseSystem(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user