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:
Immersion95 2026-01-23 15:35:59 +01:00 committed by OpenSauce04
parent e96e84e1b3
commit c7dda3c444

View File

@ -234,7 +234,7 @@
<item>
<widget class="QCheckBox" name="toggle_async_present">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Perform presentation on separate threads. Improves performance when using Vulkan in most applications.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Perform presentation on separate threads. Improves performance when using Vulkan in most applications. Adds ~1 frame of input lag.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Enable async presentation</string>