summaryrefslogtreecommitdiff
path: root/src/common/settings.cpp
diff options
context:
space:
mode:
authorGravatar Fernando S2023-05-04 01:55:51 +0200
committerGravatar GitHub2023-05-04 01:55:51 +0200
commit7d5683c63c7ed5cf67c22856fd3af61269ccb888 (patch)
treef687548f41052459cc43b24eac06a2fd525e3866 /src/common/settings.cpp
parentMerge pull request #10142 from FernandoS27/missing-astc (diff)
parentsettings: remove pessimistic flushing (diff)
downloadyuzu-7d5683c63c7ed5cf67c22856fd3af61269ccb888.tar.gz
yuzu-7d5683c63c7ed5cf67c22856fd3af61269ccb888.tar.xz
yuzu-7d5683c63c7ed5cf67c22856fd3af61269ccb888.zip
Merge pull request #10154 from liamwhite/optimistic
settings: remove pessimistic flushing
Diffstat (limited to 'src/common/settings.cpp')
-rw-r--r--src/common/settings.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/settings.cpp b/src/common/settings.cpp
index cb1bca467..174460c5e 100644
--- a/src/common/settings.cpp
+++ b/src/common/settings.cpp
@@ -227,7 +227,6 @@ void RestoreGlobalState(bool is_powered_on) {
227 values.shader_backend.SetGlobal(true); 227 values.shader_backend.SetGlobal(true);
228 values.use_asynchronous_shaders.SetGlobal(true); 228 values.use_asynchronous_shaders.SetGlobal(true);
229 values.use_fast_gpu_time.SetGlobal(true); 229 values.use_fast_gpu_time.SetGlobal(true);
230 values.use_pessimistic_flushes.SetGlobal(true);
231 values.use_vulkan_driver_pipeline_cache.SetGlobal(true); 230 values.use_vulkan_driver_pipeline_cache.SetGlobal(true);
232 values.bg_red.SetGlobal(true); 231 values.bg_red.SetGlobal(true);
233 values.bg_green.SetGlobal(true); 232 values.bg_green.SetGlobal(true);