common: add setting for renderer clock workaround

This commit is contained in:
Liam
2023-01-04 20:53:08 -05:00
parent 301e9bbc03
commit a4269c285a
8 changed files with 32 additions and 1 deletions

View File

@ -69,6 +69,16 @@
</layout>
</widget>
</item>
<item>
<widget class="QCheckBox" name="renderer_force_max_clock">
<property name="toolTip">
<string>Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.</string>
</property>
<property name="text">
<string>Force maximum clocks (Vulkan only)</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="use_vsync">
<property name="toolTip">