mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 02:33:44 -04:00
qt: Mention in the tooltip that async presentation adds 1 frame of input lag (#1669)
Async Presentation (Vulkan) adds 1 frame of input lag - Mention in the tooltip
This commit is contained in:
parent
93f54be3f9
commit
ad9ab71301
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@
|
|||
<item>
|
||||
<widget class="QCheckBox" name="toggle_async_present">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Perform presentation on separate threads. Improves performance when using Vulkan in most applications.</p></body></html></string>
|
||||
<string><html><head/><body><p>Perform presentation on separate threads. Improves performance when using Vulkan in most applications. Adds ~1 frame of input lag.</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Enable async presentation</string>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue