GPU: Rename 'Force Progressive Scan' to 'Disable Interlacing'

It affects rendering as well as display/scanout now, after all.
This commit is contained in:
Connor McLaughlin
2020-04-11 16:37:51 +10:00
parent 9e024b7a51
commit 7779a54bc5
8 changed files with 16 additions and 19 deletions

View File

@@ -126,9 +126,9 @@
</widget>
</item>
<item row="3" column="0" colspan="2">
<widget class="QCheckBox" name="forceProgressiveScan">
<widget class="QCheckBox" name="disableInterlacing">
<property name="text">
<string>Force Progressive Scan</string>
<string>Disable Interlacing (force progressive render/scan)</string>
</property>
</widget>
</item>