diff options
author | Feng Chen <VonChenPlus@gmail.com> | 2022-09-20 11:56:43 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-20 11:56:43 +0800 |
commit | c864cb57726e76e9dc4558036f3212168bec825d (patch) | |
tree | ca79c4397f40990488a7b5691e15c0fcfec507b6 /src/yuzu_cmd/default_ini.h | |
parent | 9a95c7fa14bdfc14aacea92896c8ae8533918fe8 (diff) | |
parent | 8d4458ef24e473e57b9931d7a9d1442b51fb0b1a (diff) |
Merge branch 'master' into mipmap
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 = |