summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/config.cpp
diff options
context:
space:
mode:
authorGravatar Morph2020-06-06 15:56:14 -0400
committerGravatar Morph2020-06-06 15:56:14 -0400
commit03fad5ebe86309cf22732ec9b8d3caf3da63f7b9 (patch)
treec35c267bb682277c30e491f1e1138c27048ac350 /src/yuzu_cmd/config.cpp
parentMerge pull request #4039 from FearlessTobi/port-5376 (diff)
downloadyuzu-03fad5ebe86309cf22732ec9b8d3caf3da63f7b9.tar.gz
yuzu-03fad5ebe86309cf22732ec9b8d3caf3da63f7b9.tar.xz
yuzu-03fad5ebe86309cf22732ec9b8d3caf3da63f7b9.zip
yuzu/frontend: Remove internal resolution option
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 c20d48c42..5f9cc158e 100644
--- a/src/yuzu_cmd/config.cpp
+++ b/src/yuzu_cmd/config.cpp
@@ -380,8 +380,6 @@ void Config::ReadValues() {
380 Settings::values.renderer_debug = sdl2_config->GetBoolean("Renderer", "debug", false); 380 Settings::values.renderer_debug = sdl2_config->GetBoolean("Renderer", "debug", false);
381 Settings::values.vulkan_device = sdl2_config->GetInteger("Renderer", "vulkan_device", 0); 381 Settings::values.vulkan_device = sdl2_config->GetInteger("Renderer", "vulkan_device", 0);
382 382
383 Settings::values.resolution_factor =
384 static_cast<float>(sdl2_config->GetReal("Renderer", "resolution_factor", 1.0));
385 Settings::values.aspect_ratio = 383 Settings::values.aspect_ratio =
386 static_cast<int>(sdl2_config->GetInteger("Renderer", "aspect_ratio", 0)); 384 static_cast<int>(sdl2_config->GetInteger("Renderer", "aspect_ratio", 0));
387 Settings::values.max_anisotropy = 385 Settings::values.max_anisotropy =