Skip to content

Commit ef70758

Browse files
committed
GTK: Use actual NTSC frame time.
1 parent f2069e8 commit ef70758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gtk/src/gtk_config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ int Snes9xConfig::load_defaults ()
170170
Settings.ReverseStereo = false;
171171
Settings.SoundPlaybackRate = 48000;
172172
Settings.StopEmulation = true;
173-
Settings.FrameTimeNTSC = 16666;
173+
Settings.FrameTimeNTSC = 16639;
174174
Settings.FrameTimePAL = 20000;
175175
Settings.SupportHiRes = true;
176176
Settings.FrameTime = Settings.FrameTimeNTSC;

0 commit comments

Comments
 (0)