diff options
author | Mai M <mathew1800@gmail.com> | 2021-06-23 14:03:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 14:03:01 +0200 |
commit | 17fff10e06e7935522a5a69705b9a750761aab79 (patch) | |
tree | 7e7b3ae9fedbc0fed85f6c5c58e92e8d047efd87 /src/yuzu_cmd/default_ini.h | |
parent | Merge pull request #6508 from ReinUsesLisp/bootmanager-stop-token (diff) | |
parent | Reaper: Set minimum cleaning limit on OGL. (diff) | |
download | yuzu-17fff10e06e7935522a5a69705b9a750761aab79.tar yuzu-17fff10e06e7935522a5a69705b9a750761aab79.tar.gz yuzu-17fff10e06e7935522a5a69705b9a750761aab79.tar.bz2 yuzu-17fff10e06e7935522a5a69705b9a750761aab79.tar.lz yuzu-17fff10e06e7935522a5a69705b9a750761aab79.tar.xz yuzu-17fff10e06e7935522a5a69705b9a750761aab79.tar.zst yuzu-17fff10e06e7935522a5a69705b9a750761aab79.zip |
Diffstat (limited to '')
-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 c960ccf89..cc9850aad 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -227,6 +227,10 @@ use_asynchronous_gpu_emulation = # 0: Off, 1 (default): On use_vsync = +# Whether to use garbage collection or not for GPU caches. +# 0 (default): Off, 1: On +use_caches_gc = + # The clear color for the renderer. What shows up on the sides of the bottom screen. # Must be in range of 0.0-1.0. Defaults to 1.0 for all. bg_red = |