summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/config.cpp
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2020-06-06 21:56:14 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2020-06-06 21:56:14 +0200
commit03fad5ebe86309cf22732ec9b8d3caf3da63f7b9 (patch)
treec35c267bb682277c30e491f1e1138c27048ac350 /src/yuzu_cmd/config.cpp
parentMerge pull request #4039 from FearlessTobi/port-5376 (diff)
downloadyuzu-03fad5ebe86309cf22732ec9b8d3caf3da63f7b9.tar
yuzu-03fad5ebe86309cf22732ec9b8d3caf3da63f7b9.tar.gz
yuzu-03fad5ebe86309cf22732ec9b8d3caf3da63f7b9.tar.bz2
yuzu-03fad5ebe86309cf22732ec9b8d3caf3da63f7b9.tar.lz
yuzu-03fad5ebe86309cf22732ec9b8d3caf3da63f7b9.tar.xz
yuzu-03fad5ebe86309cf22732ec9b8d3caf3da63f7b9.tar.zst
yuzu-03fad5ebe86309cf22732ec9b8d3caf3da63f7b9.zip
Diffstat (limited to '')
-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 c20d48c42..5f9cc158e 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 =