GTK: Use actual NTSC frame time.

This commit is contained in:
Brandon Wright 2019-02-27 13:55:19 -06:00
parent f2069e8af9
commit ef70758053
1 changed files with 1 additions and 1 deletions

View File

@ -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;