mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-25 16:44:03 -07:00
Merge pull request #9552 from liamwhite/turbo
vulkan: implement 'turbo mode' clock booster
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user