Skip to content

Commit

Permalink
Gtk: Set auto_vrr to false by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
bearoso committed Mar 7, 2023
1 parent 1434dce commit 7a7e522
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gtk/src/gtk_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7a7e522

Please sign in to comment.