Merge pull request #10125 from lat9nq/vsync-select

configuration: Expose separate swap present modes
This commit is contained in:
bunnei 2023-05-06 21:55:39 -07:00 committed by GitHub
commit 12c4c09b3f
22 changed files with 456 additions and 129 deletions

View file

@ -86,16 +86,6 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="use_vsync">
<property name="toolTip">
<string>VSync prevents the screen from tearing, but some graphics cards have lower performance with VSync enabled. Keep it enabled if you don't notice a performance difference.</string>
</property>
<property name="text">
<string>Use VSync</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="async_astc">
<property name="toolTip">