diff options
author | bunnei <bunneidev@gmail.com> | 2017-01-08 18:25:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-08 18:25:12 +0100 |
commit | 9fc8ead8424a1e9fa46ab9b15777416b256a77d1 (patch) | |
tree | 3757cf233b6b57155c287c7f968cad5e41761a05 /src/core/settings.cpp | |
parent | Merge pull request #1951 from wwylele/motion-sensor (diff) | |
parent | config: Add option for specifying screen resolution scale factor. (diff) | |
download | yuzu-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.cpp')
-rw-r--r-- | src/core/settings.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/settings.cpp b/src/core/settings.cpp index 5d23c52f9..9afaf79ec 100644 --- a/src/core/settings.cpp +++ b/src/core/settings.cpp @@ -20,7 +20,6 @@ void Apply() { VideoCore::g_hw_renderer_enabled = values.use_hw_renderer; VideoCore::g_shader_jit_enabled = values.use_shader_jit; - VideoCore::g_scaled_resolution_enabled = values.use_scaled_resolution; VideoCore::g_toggle_framelimit_enabled = values.toggle_framelimit; if (VideoCore::g_emu_window) { |