Qt: Add copy/clear game settings

This commit is contained in:
Stenzek
2024-03-21 00:41:54 +10:00
parent 3085172ffd
commit 604dd5df40
10 changed files with 263 additions and 82 deletions

View File

@@ -724,7 +724,7 @@ void NoGUIHost::CPUThreadMainLoop()
Host::PumpMessagesOnCPUThread();
System::Internal::IdlePollUpdate();
System::PresentDisplay(false);
if (!g_gpu_device->IsVsyncEnabled())
if (!g_gpu_device->IsVSyncActive())
g_gpu_device->ThrottlePresentation();
}
}