summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/config.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-06-16 20:12:17 +0200
committerGitHub <noreply@github.com>2020-06-16 20:12:17 +0200
commitf22d02083c0ec7627673c9ae021463e2ab8f07bd (patch)
treec50714fa1aa25fc7a367539547bacd47fe73a605 /src/yuzu_cmd/config.cpp
parentMerge pull request #4091 from MerryMage/cmakelists-xbyak-order (diff)
parentyuzu/frontend: Remove internal resolution option (diff)
downloadyuzu-f22d02083c0ec7627673c9ae021463e2ab8f07bd.tar
yuzu-f22d02083c0ec7627673c9ae021463e2ab8f07bd.tar.gz
yuzu-f22d02083c0ec7627673c9ae021463e2ab8f07bd.tar.bz2
yuzu-f22d02083c0ec7627673c9ae021463e2ab8f07bd.tar.lz
yuzu-f22d02083c0ec7627673c9ae021463e2ab8f07bd.tar.xz
yuzu-f22d02083c0ec7627673c9ae021463e2ab8f07bd.tar.zst
yuzu-f22d02083c0ec7627673c9ae021463e2ab8f07bd.zip
Diffstat (limited to 'src/yuzu_cmd/config.cpp')
-rw-r--r--src/yuzu_cmd/config.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/yuzu_cmd/config.cpp b/src/yuzu_cmd/config.cpp
index 7240270f5..659b9f701 100644
--- a/src/yuzu_cmd/config.cpp
+++ b/src/yuzu_cmd/config.cpp
@@ -380,8 +380,6 @@ void Config::ReadValues() {
Settings::values.renderer_debug = sdl2_config->GetBoolean("Renderer", "debug", false);
Settings::values.vulkan_device = sdl2_config->GetInteger("Renderer", "vulkan_device", 0);
- Settings::values.resolution_factor =
- static_cast<float>(sdl2_config->GetReal("Renderer", "resolution_factor", 1.0));
Settings::values.aspect_ratio =
static_cast<int>(sdl2_config->GetInteger("Renderer", "aspect_ratio", 0));
Settings::values.max_anisotropy =