System: Fix vsync resetting on pause and fast forward on boot

This commit is contained in:
Connor McLaughlin
2022-08-05 17:09:44 +10:00
parent fd3de15589
commit 8f314c8d49
2 changed files with 4 additions and 4 deletions

View File

@ -475,10 +475,7 @@ void FullscreenUI::OnSystemPaused()
void FullscreenUI::OnSystemResumed()
{
if (!IsInitialized())
return;
g_host_display->SetVSync(System::ShouldUseVSync());
// noop
}
void FullscreenUI::OnSystemDestroyed()