summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
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;