diff options
| author | 2020-06-16 14:12:17 -0400 | |
|---|---|---|
| committer | 2020-06-16 14:12:17 -0400 | |
| commit | f22d02083c0ec7627673c9ae021463e2ab8f07bd (patch) | |
| tree | c50714fa1aa25fc7a367539547bacd47fe73a605 /src/yuzu_tester/config.cpp | |
| parent | Merge pull request #4091 from MerryMage/cmakelists-xbyak-order (diff) | |
| parent | yuzu/frontend: Remove internal resolution option (diff) | |
| download | yuzu-f22d02083c0ec7627673c9ae021463e2ab8f07bd.tar.gz yuzu-f22d02083c0ec7627673c9ae021463e2ab8f07bd.tar.xz yuzu-f22d02083c0ec7627673c9ae021463e2ab8f07bd.zip | |
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() { | |||
| 116 | Settings::values.use_multi_core = sdl2_config->GetBoolean("Core", "use_multi_core", false); | 116 | Settings::values.use_multi_core = sdl2_config->GetBoolean("Core", "use_multi_core", false); |
| 117 | 117 | ||
| 118 | // Renderer | 118 | // Renderer |
| 119 | Settings::values.resolution_factor = | ||
| 120 | static_cast<float>(sdl2_config->GetReal("Renderer", "resolution_factor", 1.0)); | ||
| 121 | Settings::values.aspect_ratio = | 119 | Settings::values.aspect_ratio = |
| 122 | static_cast<int>(sdl2_config->GetInteger("Renderer", "aspect_ratio", 0)); | 120 | static_cast<int>(sdl2_config->GetInteger("Renderer", "aspect_ratio", 0)); |
| 123 | Settings::values.max_anisotropy = | 121 | Settings::values.max_anisotropy = |