GTK: OpenGL: Don't spin with sync_control option.

This commit is contained in:
Brandon Wright 2019-04-01 17:10:12 -05:00
parent e87b742787
commit 51edec756f
1 changed files with 3 additions and 0 deletions

View File

@ -316,7 +316,10 @@ gboolean S9xIdleFunc (gpointer data)
S9xProcessEvents (true);
if (!S9xDisplayDriverIsReady ())
{
usleep(100);
return true;
}
S9xThrottle ();