diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-05-22 00:11:06 +0200 |
---|---|---|
committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-05-30 18:21:00 +0200 |
commit | 7259f7a733a3542af6381f6e145edbad491ecfb0 (patch) | |
tree | 09f1d55aebd543778c9757625d564b35bc920a9e /src/yuzu_cmd/config.cpp | |
parent | Merge pull request #2446 from ReinUsesLisp/tid (diff) | |
download | yuzu-7259f7a733a3542af6381f6e145edbad491ecfb0.tar yuzu-7259f7a733a3542af6381f6e145edbad491ecfb0.tar.gz yuzu-7259f7a733a3542af6381f6e145edbad491ecfb0.tar.bz2 yuzu-7259f7a733a3542af6381f6e145edbad491ecfb0.tar.lz yuzu-7259f7a733a3542af6381f6e145edbad491ecfb0.tar.xz yuzu-7259f7a733a3542af6381f6e145edbad491ecfb0.tar.zst yuzu-7259f7a733a3542af6381f6e145edbad491ecfb0.zip |
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 730956427..f3817bb87 100644 --- a/src/yuzu_cmd/config.cpp +++ b/src/yuzu_cmd/config.cpp @@ -349,8 +349,6 @@ void Config::ReadValues() { Settings::values.use_frame_limit = sdl2_config->GetBoolean("Renderer", "use_frame_limit", true); Settings::values.frame_limit = static_cast<u16>(sdl2_config->GetInteger("Renderer", "frame_limit", 100)); - Settings::values.use_compatibility_profile = - sdl2_config->GetBoolean("Renderer", "use_compatibility_profile", true); Settings::values.use_disk_shader_cache = sdl2_config->GetBoolean("Renderer", "use_disk_shader_cache", false); Settings::values.use_accurate_gpu_emulation = |