diff options
author | Liam <byteslice@airmail.cc> | 2022-08-25 12:32:14 -0400 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2022-08-25 12:32:14 -0400 |
commit | db3eb168cd6a55c6387e3bfb23fb2eca061a691b (patch) | |
tree | 1dfd733a93036189ec07ee6764afba0113214255 /src/yuzu_cmd/default_ini.h | |
parent | a07502a6381ce1e84d7690693d595026c4844854 (diff) |
video_core: add option for pessimistic flushing
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 4 |
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 = |