mirror of https://github.com/snes9xgit/snes9x.git
Disable Dynamic Rate Control in Gtk+ port by default.
This commit is contained in:
parent
5874559a3e
commit
a3c5cf86bd
|
@ -253,7 +253,7 @@ Snes9xConfig::load_defaults (void)
|
|||
Settings.FrameTime = Settings.FrameTimeNTSC;
|
||||
Settings.BlockInvalidVRAMAccessMaster = TRUE;
|
||||
Settings.SoundSync = 1;
|
||||
Settings.DynamicRateControl = 1;
|
||||
Settings.DynamicRateControl = FALSE;
|
||||
Settings.DynamicRateLimit = 5;
|
||||
Settings.HDMATimingHack = 100;
|
||||
|
||||
|
|
Loading…
Reference in New Issue