config: Add a setting for graphics V-Sync.

This commit is contained in:
bunnei 2016-08-25 18:20:47 -04:00
parent 2267f98941
commit 08ad9b36d4
9 changed files with 20 additions and 1 deletions

View file

@ -43,6 +43,13 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="toogle_vsync">
<property name="text">
<string>Enable V-Sync</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>