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