2020-01-03 07:51:58 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2020-09-10 14:18:12 +00:00
|
|
|
<class>EnhancementSettingsWidget</class>
|
|
|
|
<widget class="QWidget" name="EnhancementSettingsWidget">
|
2020-01-03 07:51:58 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2020-02-01 14:22:14 +00:00
|
|
|
<width>448</width>
|
2020-08-01 14:25:07 +00:00
|
|
|
<height>720</height>
|
2020-01-03 07:51:58 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2020-08-01 14:25:07 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2020-01-03 07:51:58 +00:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2020-10-30 14:38:06 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
<property name="title">
|
|
|
|
<string>Rendering Enhancements</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout_2">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Internal Resolution Scale:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="resolutionScale"/>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Texture Filtering:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QComboBox" name="textureFiltering"/>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="trueColor">
|
|
|
|
<property name="text">
|
|
|
|
<string>True Color Rendering (24-bit, disables dithering)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="scaledDithering">
|
|
|
|
<property name="text">
|
|
|
|
<string>Scaled Dithering (scale dither pattern to resolution)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="widescreenHack">
|
|
|
|
<property name="text">
|
2020-11-10 14:14:58 +00:00
|
|
|
<string>Widescreen Hack (render 3D in display aspect ratio)</string>
|
2020-10-30 14:38:06 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Multisample Antialiasing:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QComboBox" name="msaaMode"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
|
|
<property name="title">
|
|
|
|
<string>Display Enhancements</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout_3">
|
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="disableInterlacing">
|
|
|
|
<property name="text">
|
|
|
|
<string>Disable Interlacing (force progressive render/scan)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="forceNTSCTimings">
|
|
|
|
<property name="text">
|
|
|
|
<string>Force NTSC Timings (60hz-on-PAL)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="force43For24Bit">
|
|
|
|
<property name="text">
|
|
|
|
<string>Force 4:3 For 24-Bit Display (disable widescreen for FMVs)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-11-03 04:17:51 +00:00
|
|
|
<item row="3" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="chromaSmoothingFor24Bit">
|
|
|
|
<property name="text">
|
|
|
|
<string>Chroma Smoothing For 24-Bit Display (reduce FMV color blockyness)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-10-30 14:38:06 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_4">
|
|
|
|
<property name="title">
|
|
|
|
<string>PGXP (Precision Geometry Transform Pipeline)</string>
|
|
|
|
</property>
|
2020-12-22 15:17:10 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
2020-10-30 14:38:06 +00:00
|
|
|
<widget class="QCheckBox" name="pgxpEnable">
|
|
|
|
<property name="text">
|
|
|
|
<string>Geometry Correction</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-12-22 15:17:10 +00:00
|
|
|
<item row="0" column="1">
|
2020-10-30 14:38:06 +00:00
|
|
|
<widget class="QCheckBox" name="pgxpCulling">
|
|
|
|
<property name="text">
|
|
|
|
<string>Culling Correction</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-12-22 15:17:10 +00:00
|
|
|
<item row="1" column="0">
|
2020-10-30 14:38:06 +00:00
|
|
|
<widget class="QCheckBox" name="pgxpTextureCorrection">
|
|
|
|
<property name="text">
|
|
|
|
<string>Texture Correction</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-12-22 15:17:10 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QCheckBox" name="pgxpDepthBuffer">
|
|
|
|
<property name="text">
|
|
|
|
<string>Depth Buffer</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-10-30 14:38:06 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2020-01-03 07:51:58 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|