summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/default_ini.h
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/yuzu_cmd/default_ini.h
parentf663966599e794852bf135ce61927f2f9cf917cc (diff)
parentdb3eb168cd6a55c6387e3bfb23fb2eca061a691b (diff)
Merge pull request #8819 from liamwhite/cash-money
video_core: add option for pessimistic flushing
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-rw-r--r--src/yuzu_cmd/default_ini.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h
index 1168cf136..d214771b0 100644
--- a/src/yuzu_cmd/default_ini.h
+++ b/src/yuzu_cmd/default_ini.h
@@ -319,6 +319,10 @@ use_asynchronous_gpu_emulation =
# 0: Off, 1 (default): On
use_fast_gpu_time =
+# Force unmodified buffers to be flushed, which can cost performance.
+# 0: Off (default), 1: On
+use_pessimistic_flushes =
+
# Whether to use garbage collection or not for GPU caches.
# 0 (default): Off, 1: On
use_caches_gc =