diff options
| author | 2021-06-20 12:35:19 +0200 | |
|---|---|---|
| committer | 2021-06-20 12:35:19 +0200 | |
| commit | 865dd615ca05be7599dd9f866daff670877a27c3 (patch) | |
| tree | 5a4201d9ec71b9ca40b11447092466788e1a3e7f /src | |
| parent | Reaper: Correct size calculation on Vulkan. (diff) | |
| download | yuzu-865dd615ca05be7599dd9f866daff670877a27c3.tar.gz yuzu-865dd615ca05be7599dd9f866daff670877a27c3.tar.xz yuzu-865dd615ca05be7599dd9f866daff670877a27c3.zip | |
Reaper: Upgrade label from unsafe to experimental as no regressions are known now.
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/configuration/configure_graphics_advanced.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_graphics_advanced.ui b/src/yuzu/configuration/configure_graphics_advanced.ui index eaf55c517..ad0840355 100644 --- a/src/yuzu/configuration/configure_graphics_advanced.ui +++ b/src/yuzu/configuration/configure_graphics_advanced.ui | |||
| @@ -109,7 +109,7 @@ | |||
| 109 | <string>Enables garbage collection for the GPU caches, this will try to keep VRAM within 3-4 GB by flushing the least used textures/buffers. May cause issues in a few games.</string> | 109 | <string>Enables garbage collection for the GPU caches, this will try to keep VRAM within 3-4 GB by flushing the least used textures/buffers. May cause issues in a few games.</string> |
| 110 | </property> | 110 | </property> |
| 111 | <property name="text"> | 111 | <property name="text"> |
| 112 | <string>Enable GPU cache garbage collection (unsafe)</string> | 112 | <string>Enable GPU cache garbage collection (experimental)</string> |
| 113 | </property> | 113 | </property> |
| 114 | </widget> | 114 | </widget> |
| 115 | </item> | 115 | </item> |