diff options
author | bunnei <bunneidev@gmail.com> | 2020-06-16 14:12:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-16 14:12:17 -0400 |
commit | f22d02083c0ec7627673c9ae021463e2ab8f07bd (patch) | |
tree | c50714fa1aa25fc7a367539547bacd47fe73a605 /src/yuzu_tester/config.cpp | |
parent | ed2cd9d8f3b9c82eb6013cf389c06ab783499d83 (diff) | |
parent | 03fad5ebe86309cf22732ec9b8d3caf3da63f7b9 (diff) |
Merge pull request #3966 from Morph1984/hide-internal-resolution-ui
yuzu/frontend: Remove internal resolution option
Diffstat (limited to 'src/yuzu_tester/config.cpp')
-rw-r--r-- | src/yuzu_tester/config.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/yuzu_tester/config.cpp b/src/yuzu_tester/config.cpp index 3be58b15d..1566c2e3f 100644 --- a/src/yuzu_tester/config.cpp +++ b/src/yuzu_tester/config.cpp @@ -116,8 +116,6 @@ void Config::ReadValues() { Settings::values.use_multi_core = sdl2_config->GetBoolean("Core", "use_multi_core", false); // Renderer - 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 = |