summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGravatar bunnei2016-08-25 18:20:47 -0400
committerGravatar bunnei2016-08-29 21:42:30 -0400
commit08ad9b36d44e3cca0802bb1198036c5d77c844cc (patch)
tree8bbca77978c74081557adf548ec65e624ae3ccfd /src/core
parentqt: Add a configuration tab for Graphics and move relevant fields. (diff)
downloadyuzu-08ad9b36d44e3cca0802bb1198036c5d77c844cc.tar.gz
yuzu-08ad9b36d44e3cca0802bb1198036c5d77c844cc.tar.xz
yuzu-08ad9b36d44e3cca0802bb1198036c5d77c844cc.zip
config: Add a setting for graphics V-Sync.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index f95e62390..34ff22f3f 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -72,6 +72,7 @@ struct Values {
72 bool use_hw_renderer; 72 bool use_hw_renderer;
73 bool use_shader_jit; 73 bool use_shader_jit;
74 bool use_scaled_resolution; 74 bool use_scaled_resolution;
75 bool use_vsync;
75 76
76 float bg_red; 77 float bg_red;
77 float bg_green; 78 float bg_green;