mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 05:15:47 -04:00
System: Fix vsync resetting on pause and fast forward on boot
This commit is contained in:
@ -475,10 +475,7 @@ void FullscreenUI::OnSystemPaused()
|
||||
|
||||
void FullscreenUI::OnSystemResumed()
|
||||
{
|
||||
if (!IsInitialized())
|
||||
return;
|
||||
|
||||
g_host_display->SetVSync(System::ShouldUseVSync());
|
||||
// noop
|
||||
}
|
||||
|
||||
void FullscreenUI::OnSystemDestroyed()
|
||||
|
Reference in New Issue
Block a user