Gtk: Set auto_vrr to false by default.

This commit is contained in:
BearOso 2023-03-02 15:31:59 -06:00
parent 1434dce671
commit 7a7e5226cc
1 changed files with 1 additions and 0 deletions

View File

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