summaryrefslogtreecommitdiffstats
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2017-01-08 18:25:12 +0100
committerGitHub <noreply@github.com>2017-01-08 18:25:12 +0100
commit9fc8ead8424a1e9fa46ab9b15777416b256a77d1 (patch)
tree3757cf233b6b57155c287c7f968cad5e41761a05 /src/core/settings.h
parentMerge pull request #1951 from wwylele/motion-sensor (diff)
parentconfig: Add option for specifying screen resolution scale factor. (diff)
downloadyuzu-9fc8ead8424a1e9fa46ab9b15777416b256a77d1.tar
yuzu-9fc8ead8424a1e9fa46ab9b15777416b256a77d1.tar.gz
yuzu-9fc8ead8424a1e9fa46ab9b15777416b256a77d1.tar.bz2
yuzu-9fc8ead8424a1e9fa46ab9b15777416b256a77d1.tar.lz
yuzu-9fc8ead8424a1e9fa46ab9b15777416b256a77d1.tar.xz
yuzu-9fc8ead8424a1e9fa46ab9b15777416b256a77d1.tar.zst
yuzu-9fc8ead8424a1e9fa46ab9b15777416b256a77d1.zip
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 {
// Renderer
bool use_hw_renderer;
bool use_shader_jit;
- bool use_scaled_resolution;
+ float resolution_factor;
bool use_vsync;
bool toggle_framelimit;