Reaper: Setup settings and final tuning.

This commit is contained in:
Fernando Sahmkow
2021-06-14 11:58:36 +02:00
parent d8ad6aa187
commit 954ad2a61e
10 changed files with 64 additions and 32 deletions

View File

@ -103,6 +103,16 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="use_caches_gc">
<property name="toolTip">
<string>Enables garbage collection for the GPU caches, this will try to keep VRAM within 3-4Gb and flush least used textures/buffers. This option may be unsafe on a few games</string>
</property>
<property name="text">
<string>Enable GPU caches garbage collection (unsafe)</string>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="af_layout" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_1">