2020-05-16 10:02:44 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>GamePropertiesDialog</class>
|
|
|
|
<widget class="QDialog" name="GamePropertiesDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2020-09-30 13:16:55 +00:00
|
|
|
<width>750</width>
|
2020-12-22 15:17:10 +00:00
|
|
|
<height>567</height>
|
2020-05-16 10:02:44 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Dialog</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
2020-08-20 11:30:11 +00:00
|
|
|
<iconset>
|
2020-05-16 10:02:44 +00:00
|
|
|
<normaloff>:/icons/duck.png</normaloff>:/icons/duck.png</iconset>
|
|
|
|
</property>
|
2020-08-20 11:30:11 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<property name="currentIndex">
|
2020-09-14 14:31:55 +00:00
|
|
|
<number>0</number>
|
2020-05-16 10:02:44 +00:00
|
|
|
</property>
|
2020-08-20 11:30:11 +00:00
|
|
|
<widget class="QWidget" name="tab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Properties</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QFormLayout" name="formLayout_2">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
|
|
|
<string>Image Path:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="imagePath">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Game Code:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="gameCode">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Title:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="title">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Region:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QComboBox" name="region">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="label_7">
|
|
|
|
<property name="text">
|
|
|
|
<string>Compatibility:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QComboBox" name="compatibility"/>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
<property name="text">
|
|
|
|
<string>Upscaling Issues:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="1">
|
|
|
|
<widget class="QLineEdit" name="upscalingIssues"/>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="0">
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
|
|
|
<string>Comments:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="1">
|
|
|
|
<widget class="QLineEdit" name="comments"/>
|
|
|
|
</item>
|
|
|
|
<item row="7" column="0">
|
|
|
|
<widget class="QLabel" name="label_9">
|
|
|
|
<property name="text">
|
|
|
|
<string>Version Tested:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="7" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="versionTested"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="setToCurrent">
|
|
|
|
<property name="text">
|
|
|
|
<string>Set to Current</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="8" column="0" colspan="2">
|
|
|
|
<widget class="QLabel" name="label_8">
|
|
|
|
<property name="text">
|
|
|
|
<string>Tracks:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="9" column="0" colspan="2">
|
|
|
|
<widget class="QTableWidget" name="tracks">
|
|
|
|
<property name="editTriggers">
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
|
|
|
<property name="cornerButtonEnabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="verticalHeaderVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>#</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Mode</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Start</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Length</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Hash</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_3">
|
|
|
|
<attribute name="title">
|
2020-09-30 13:16:55 +00:00
|
|
|
<string>User Settings (Console)</string>
|
2020-08-20 11:30:11 +00:00
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
2020-09-30 13:47:01 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_7">
|
|
|
|
<property name="title">
|
|
|
|
<string>CPU Clock Speed Control</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="userEnableCPUClockSpeedControl">
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable Clock Speed Control (Overclocking/Underclocking)</string>
|
|
|
|
</property>
|
|
|
|
<property name="tristate">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="userCPUClockSpeedLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>100% (effective 33.3mhz)</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QSlider" name="userCPUClockSpeed">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>1000</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickPosition">
|
|
|
|
<enum>QSlider::TicksBothSides</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickInterval">
|
|
|
|
<number>50</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-08-20 11:30:11 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_4">
|
|
|
|
<property name="title">
|
2020-09-01 14:00:48 +00:00
|
|
|
<string>GPU Screen Display</string>
|
2020-08-20 11:30:11 +00:00
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout_5">
|
|
|
|
<item row="0" column="0">
|
2020-09-01 14:00:48 +00:00
|
|
|
<widget class="QLabel" name="label_18">
|
2020-08-20 11:30:11 +00:00
|
|
|
<property name="text">
|
2020-09-01 14:00:48 +00:00
|
|
|
<string>Aspect Ratio:</string>
|
2020-08-20 11:30:11 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
2020-09-01 14:00:48 +00:00
|
|
|
<widget class="QComboBox" name="userAspectRatio"/>
|
2020-08-20 11:30:11 +00:00
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
2020-09-01 14:00:48 +00:00
|
|
|
<widget class="QLabel" name="label_17">
|
2020-08-20 11:30:11 +00:00
|
|
|
<property name="text">
|
2020-09-01 14:00:48 +00:00
|
|
|
<string>Crop Mode:</string>
|
2020-08-20 11:30:11 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
2020-09-01 14:00:48 +00:00
|
|
|
<widget class="QComboBox" name="userCropMode"/>
|
2020-08-20 11:30:11 +00:00
|
|
|
</item>
|
|
|
|
<item row="2" column="0" colspan="2">
|
2020-09-14 08:11:48 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="userLinearUpscaling">
|
|
|
|
<property name="text">
|
|
|
|
<string>Linear Upscaling</string>
|
|
|
|
</property>
|
|
|
|
<property name="tristate">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QCheckBox" name="userIntegerUpscaling">
|
|
|
|
<property name="text">
|
|
|
|
<string>Integer Upscaling</string>
|
|
|
|
</property>
|
|
|
|
<property name="tristate">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2020-08-20 11:30:11 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-09-01 14:00:48 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_5">
|
|
|
|
<property name="title">
|
|
|
|
<string>GPU Enhancements</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout_6">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_20">
|
|
|
|
<property name="text">
|
|
|
|
<string>Resolution Scale:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="userResolutionScale"/>
|
|
|
|
</item>
|
2020-09-11 12:20:19 +00:00
|
|
|
<item row="1" column="0">
|
2020-11-26 14:34:25 +00:00
|
|
|
<widget class="QLabel" name="label_24">
|
|
|
|
<property name="text">
|
|
|
|
<string>Multisample Antialiasing:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QComboBox" name="userMSAAMode"/>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
2020-09-11 12:20:19 +00:00
|
|
|
<widget class="QLabel" name="label_23">
|
|
|
|
<property name="text">
|
|
|
|
<string>Texture Filtering:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-11-26 14:34:25 +00:00
|
|
|
<item row="2" column="1">
|
2020-09-30 13:16:55 +00:00
|
|
|
<widget class="QComboBox" name="userTextureFiltering"/>
|
2020-09-11 12:20:19 +00:00
|
|
|
</item>
|
2020-11-26 14:34:25 +00:00
|
|
|
<item row="3" column="0" colspan="2">
|
2020-09-01 14:00:48 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QCheckBox" name="userScaledDithering">
|
|
|
|
<property name="text">
|
|
|
|
<string>Scaled Dithering (scale dither pattern to resolution)</string>
|
|
|
|
</property>
|
|
|
|
<property name="tristate">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-12-22 15:17:10 +00:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QCheckBox" name="userForce43For24Bit">
|
2020-09-01 14:00:48 +00:00
|
|
|
<property name="text">
|
2020-12-22 15:17:10 +00:00
|
|
|
<string>Force 4:3 For 24-Bit Display (disable widescreen for FMVs)</string>
|
2020-09-01 14:00:48 +00:00
|
|
|
</property>
|
|
|
|
<property name="tristate">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-09-11 12:20:19 +00:00
|
|
|
<item row="1" column="1">
|
2020-09-01 14:00:48 +00:00
|
|
|
<widget class="QCheckBox" name="userForceNTSCTimings">
|
|
|
|
<property name="text">
|
|
|
|
<string>Force NTSC Timings (60hz-on-PAL)</string>
|
|
|
|
</property>
|
|
|
|
<property name="tristate">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-12-22 15:17:10 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="userTrueColor">
|
2020-09-26 05:21:17 +00:00
|
|
|
<property name="text">
|
2020-12-22 15:17:10 +00:00
|
|
|
<string>True Color Rendering (24-bit, disables dithering)</string>
|
2020-09-26 05:21:17 +00:00
|
|
|
</property>
|
|
|
|
<property name="tristate">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
2020-09-01 14:00:48 +00:00
|
|
|
<widget class="QCheckBox" name="userPGXP">
|
|
|
|
<property name="text">
|
|
|
|
<string>PGXP Geometry Correction</string>
|
|
|
|
</property>
|
|
|
|
<property name="tristate">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-12-22 15:17:10 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QCheckBox" name="userWidescreenHack">
|
|
|
|
<property name="text">
|
|
|
|
<string>Widescreen Hack</string>
|
|
|
|
</property>
|
|
|
|
<property name="tristate">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QCheckBox" name="userPGXPDepthBuffer">
|
|
|
|
<property name="text">
|
|
|
|
<string>PGXP Depth Buffer</string>
|
|
|
|
</property>
|
|
|
|
<property name="tristate">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-09-01 14:00:48 +00:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-09-30 13:16:55 +00:00
|
|
|
<item>
|
2020-10-04 14:17:12 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Other Settings</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout_7">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_13">
|
|
|
|
<property name="text">
|
|
|
|
<string>CD-ROM Read Speedup:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="userCDROMReadSpeedup">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>(unchanged)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>None (Double Speed)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>2x (Quad Speed)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>3x (6x Speed)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>4x (8x Speed)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>5x (10x Speed)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>6x (12x Speed)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>7x (14x Speed)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>8x (16x Speed)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>9x (18x Speed)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>10x (20x Speed)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_3">
|
2020-09-30 13:16:55 +00:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_4">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>User Settings (Input)</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
2020-08-20 11:30:11 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
|
|
<property name="title">
|
|
|
|
<string>Controller Settings</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout_4">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_15">
|
|
|
|
<property name="text">
|
|
|
|
<string>Controller 1 Type:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="userControllerType1"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_16">
|
|
|
|
<property name="text">
|
|
|
|
<string>Controller 2 Type:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QComboBox" name="userControllerType2"/>
|
|
|
|
</item>
|
2020-10-04 08:20:18 +00:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_19">
|
|
|
|
<property name="text">
|
|
|
|
<string>Input Profile For Bindings:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QComboBox" name="userInputProfile"/>
|
|
|
|
</item>
|
2020-08-20 11:30:11 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2020-09-01 14:00:48 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox_6">
|
|
|
|
<property name="title">
|
|
|
|
<string>Memory Card Settings</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout_3">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_21">
|
|
|
|
<property name="text">
|
|
|
|
<string>Memory Card 1 Type:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="userMemoryCard1Type"/>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_11">
|
|
|
|
<property name="text">
|
|
|
|
<string>Memory Card 1 Shared Path:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="userMemoryCard1SharedPath"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="userMemoryCard1SharedPathBrowse">
|
|
|
|
<property name="text">
|
|
|
|
<string>Browse...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="label_22">
|
|
|
|
<property name="text">
|
|
|
|
<string>Memory Card 2 Type:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QComboBox" name="userMemoryCard2Type"/>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="0">
|
|
|
|
<widget class="QLabel" name="label_12">
|
|
|
|
<property name="text">
|
|
|
|
<string>Memory Card 2 Shared Path:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="userMemoryCard2SharedPath"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="userMemoryCard2SharedPathBrowse">
|
|
|
|
<property name="text">
|
|
|
|
<string>Browse...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2020-09-30 13:16:55 +00:00
|
|
|
<spacer name="verticalSpacer_2">
|
2020-08-20 11:30:11 +00:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_2">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Compatibility Settings</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="compatibilityTraits">
|
|
|
|
<property name="title">
|
|
|
|
<string>Traits</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="compatibilityOverrides">
|
|
|
|
<property name="title">
|
|
|
|
<string>Overrides</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_10">
|
|
|
|
<property name="text">
|
|
|
|
<string>Display Active Offset:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="displayActiveStartOffset">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>-5000</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>5000</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="displayActiveEndOffset">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>-5000</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>5000</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2020-10-29 13:59:48 +00:00
|
|
|
<item row="1" column="0">
|
2020-12-03 12:31:21 +00:00
|
|
|
<widget class="QLabel" name="label_29">
|
|
|
|
<property name="text">
|
|
|
|
<string>Display Line Offset:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="displayLineStartOffset">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>-128</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>127</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="displayLineEndOffset">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>-128</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>127</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
2020-10-29 13:59:48 +00:00
|
|
|
<widget class="QLabel" name="label_14">
|
|
|
|
<property name="text">
|
|
|
|
<string>DMA Max Slice Ticks:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-12-03 12:31:21 +00:00
|
|
|
<item row="2" column="1">
|
2020-10-29 13:59:48 +00:00
|
|
|
<widget class="QSpinBox" name="dmaMaxSliceTicks">
|
|
|
|
<property name="maximum">
|
|
|
|
<number>10000</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-12-03 12:31:21 +00:00
|
|
|
<item row="3" column="0">
|
2020-10-29 13:59:48 +00:00
|
|
|
<widget class="QLabel" name="label_25">
|
|
|
|
<property name="text">
|
|
|
|
<string>DMA Halt Ticks:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-12-03 12:31:21 +00:00
|
|
|
<item row="3" column="1">
|
2020-10-29 13:59:48 +00:00
|
|
|
<widget class="QSpinBox" name="dmaHaltTicks">
|
|
|
|
<property name="maximum">
|
|
|
|
<number>1000</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-12-03 12:31:21 +00:00
|
|
|
<item row="4" column="0">
|
2020-10-29 13:59:48 +00:00
|
|
|
<widget class="QLabel" name="label_26">
|
|
|
|
<property name="text">
|
|
|
|
<string>GPU FIFO Size:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-12-03 12:31:21 +00:00
|
|
|
<item row="4" column="1">
|
2020-10-29 13:59:48 +00:00
|
|
|
<widget class="QSpinBox" name="gpuFIFOSize">
|
|
|
|
<property name="maximum">
|
|
|
|
<number>128</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-12-03 12:31:21 +00:00
|
|
|
<item row="5" column="0">
|
2020-10-29 13:59:48 +00:00
|
|
|
<widget class="QLabel" name="label_27">
|
|
|
|
<property name="text">
|
|
|
|
<string>GPU Max Run Ahead:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-12-03 12:31:21 +00:00
|
|
|
<item row="5" column="1">
|
2020-10-29 13:59:48 +00:00
|
|
|
<widget class="QSpinBox" name="gpuMaxRunAhead">
|
|
|
|
<property name="maximum">
|
|
|
|
<number>1000</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<number>16</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-12-03 12:31:21 +00:00
|
|
|
<item row="6" column="0">
|
2020-11-26 14:34:25 +00:00
|
|
|
<widget class="QLabel" name="label_28">
|
|
|
|
<property name="text">
|
|
|
|
<string>PGXP Geometry Tolerance:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-12-03 12:31:21 +00:00
|
|
|
<item row="6" column="1">
|
2020-11-26 14:34:25 +00:00
|
|
|
<widget class="QDoubleSpinBox" name="gpuPGXPTolerance">
|
|
|
|
<property name="minimum">
|
2020-12-22 15:17:10 +00:00
|
|
|
<double>-1.000000000000000</double>
|
2020-11-26 14:34:25 +00:00
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
2020-12-22 15:17:10 +00:00
|
|
|
<double>10.000000000000000</double>
|
2020-11-26 14:34:25 +00:00
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
2020-12-22 15:17:10 +00:00
|
|
|
<double>0.000000000000000</double>
|
2020-11-26 14:34:25 +00:00
|
|
|
</property>
|
|
|
|
<property name="value">
|
2020-12-22 15:17:10 +00:00
|
|
|
<double>-1.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="7" column="0">
|
|
|
|
<widget class="QLabel" name="label_30">
|
|
|
|
<property name="text">
|
|
|
|
<string>PGXP Depth Threshold:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="7" column="1">
|
|
|
|
<widget class="QDoubleSpinBox" name="gpuPGXPDepthThreshold">
|
|
|
|
<property name="maximum">
|
|
|
|
<double>4096.000000000000000</double>
|
2020-11-26 14:34:25 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-08-20 11:30:11 +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>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2020-05-16 10:02:44 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2020-08-20 11:30:11 +00:00
|
|
|
<item>
|
2020-05-16 10:27:46 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
2020-05-16 10:02:44 +00:00
|
|
|
<item>
|
2020-05-16 10:27:46 +00:00
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
2020-05-16 10:02:44 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
2020-05-16 10:27:46 +00:00
|
|
|
<widget class="QPushButton" name="computeHashes">
|
2020-05-16 10:02:44 +00:00
|
|
|
<property name="text">
|
2020-05-16 10:27:46 +00:00
|
|
|
<string>Compute Hashes</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="verifyDump">
|
|
|
|
<property name="text">
|
|
|
|
<string>Verify Dump</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="exportCompatibilityInfo">
|
|
|
|
<property name="text">
|
|
|
|
<string>Export Compatibility Info</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="close">
|
|
|
|
<property name="text">
|
|
|
|
<string>Close</string>
|
|
|
|
</property>
|
|
|
|
<property name="default">
|
|
|
|
<bool>true</bool>
|
2020-05-16 10:02:44 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|