don't adjust timing if game timing is same as video mode

This commit is contained in:
dborth 2009-10-03 20:08:27 +00:00
parent 6edaa8a6f9
commit fe62042ca8

View File

@ -212,6 +212,9 @@ void setFrameTimer()
void SyncSpeed()
{
if(GCSettings.timing != vmode_60hz)
return; // same timing as game - no adjustment necessary
now = gettime();
if(turbomode)