summaryrefslogtreecommitdiff
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorGravatar bunnei2016-12-29 23:28:27 -0500
committerGravatar bunnei2017-01-07 03:23:22 -0500
commit22ad9094e6355e84f2e45abcd66748b2c74dfaf9 (patch)
tree1124bc25253f2c4f6adc7ec9a90aa9a3d2213ba6 /src/core/settings.h
parentMerge pull request #2410 from Subv/sleepthread (diff)
downloadyuzu-22ad9094e6355e84f2e45abcd66748b2c74dfaf9.tar.gz
yuzu-22ad9094e6355e84f2e45abcd66748b2c74dfaf9.tar.xz
yuzu-22ad9094e6355e84f2e45abcd66748b2c74dfaf9.zip
config: Add option for specifying screen resolution scale factor.
Diffstat (limited to 'src/core/settings.h')
-rw-r--r--src/core/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index 4e7a4b1be..8dbda653a 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -88,7 +88,7 @@ struct Values {
88 // Renderer 88 // Renderer
89 bool use_hw_renderer; 89 bool use_hw_renderer;
90 bool use_shader_jit; 90 bool use_shader_jit;
91 bool use_scaled_resolution; 91 float resolution_factor;
92 bool use_vsync; 92 bool use_vsync;
93 bool toggle_framelimit; 93 bool toggle_framelimit;
94 94