mirror of https://github.com/snes9xgit/snes9x.git
Gtk: Set auto_vrr to false by default.
This commit is contained in:
parent
1434dce671
commit
7a7e5226cc
|
@ -95,6 +95,7 @@ int Snes9xConfig::load_defaults()
|
|||
allow_opengl = false;
|
||||
allow_xv = false;
|
||||
allow_xrandr = false;
|
||||
auto_vrr = false;
|
||||
force_inverted_byte_order = false;
|
||||
hires_effect = HIRES_NORMAL;
|
||||
pause_emulation_on_switch = false;
|
||||
|
|
Loading…
Reference in New Issue