diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-06-06 15:56:14 -0400 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-06-06 15:56:14 -0400 |
commit | 03fad5ebe86309cf22732ec9b8d3caf3da63f7b9 (patch) | |
tree | c35c267bb682277c30e491f1e1138c27048ac350 /src/yuzu_cmd/config.cpp | |
parent | 1b64fae912396ebdd79714eaa6d5d141eb942fa0 (diff) |
yuzu/frontend: Remove internal resolution option
Diffstat (limited to 'src/yuzu_cmd/config.cpp')
-rw-r--r-- | src/yuzu_cmd/config.cpp | 2 |
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 = |