mirror of https://github.com/snes9xgit/snes9x.git
GTK: Use actual NTSC frame time.
This commit is contained in:
parent
f2069e8af9
commit
ef70758053
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue