diff --git a/source/ngc/gcvideo.cpp b/source/ngc/gcvideo.cpp index ad49894..c3d132a 100644 --- a/source/ngc/gcvideo.cpp +++ b/source/ngc/gcvideo.cpp @@ -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)