aboutsummaryrefslogtreecommitdiff
path: root/src/common/settings.cpp
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2022-09-08 22:46:58 -0400
committerGitHub <noreply@github.com>2022-09-08 22:46:58 -0400
commit0cef3b47f36e8613f7fdbda8fd712e0784026ac2 (patch)
treeede9615eebf3dcba0d15429b1c0938e85b222b35 /src/common/settings.cpp
parentf663966599e794852bf135ce61927f2f9cf917cc (diff)
parentdb3eb168cd6a55c6387e3bfb23fb2eca061a691b (diff)
Merge pull request #8819 from liamwhite/cash-money
video_core: add option for pessimistic flushing
Diffstat (limited to 'src/common/settings.cpp')
-rw-r--r--src/common/settings.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings.cpp b/src/common/settings.cpp
index 7282a45d32..0a560ebb72 100644
--- a/src/common/settings.cpp
+++ b/src/common/settings.cpp
@@ -195,6 +195,7 @@ void RestoreGlobalState(bool is_powered_on) {
values.shader_backend.SetGlobal(true);
values.use_asynchronous_shaders.SetGlobal(true);
values.use_fast_gpu_time.SetGlobal(true);
+ values.use_pessimistic_flushes.SetGlobal(true);
values.bg_red.SetGlobal(true);
values.bg_green.SetGlobal(true);
values.bg_blue.SetGlobal(true);