Skip to content

Commit

Permalink
GTK: Use actual NTSC frame time.
Browse files Browse the repository at this point in the history
  • Loading branch information
bearoso committed Feb 27, 2019
1 parent f2069e8 commit ef70758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk/src/gtk_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ int Snes9xConfig::load_defaults ()
Settings.ReverseStereo = false;
Settings.SoundPlaybackRate = 48000;
Settings.StopEmulation = true;
Settings.FrameTimeNTSC = 16666;
Settings.FrameTimeNTSC = 16639;
Settings.FrameTimePAL = 20000;
Settings.SupportHiRes = true;
Settings.FrameTime = Settings.FrameTimeNTSC;
Expand Down

0 comments on commit ef70758

Please sign in to comment.