mirror of
https://github.com/libretro/snes9x.git
synced 2024-12-14 12:38:37 +00:00
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
Block a user