Qt: Add widescreen hack option

This commit is contained in:
Connor McLaughlin
2020-07-18 00:25:25 +10:00
parent 8c3051ae14
commit 1e6740762d
2 changed files with 13 additions and 0 deletions

View File

@@ -163,6 +163,13 @@
</property>
</widget>
</item>
<item row="4" column="0" colspan="2">
<widget class="QCheckBox" name="widescreenHack">
<property name="text">
<string>Widescreen Hack</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>