2020-04-30 14:59:31 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>AdvancedSettingsWidget</class>
|
|
|
|
<widget class="QWidget" name="AdvancedSettingsWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>502</width>
|
2020-08-08 14:03:07 +00:00
|
|
|
<height>623</height>
|
2020-04-30 14:59:31 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
<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>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_4">
|
|
|
|
<property name="title">
|
|
|
|
<string>Logging</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
|
|
|
<layout class="QFormLayout" name="formLayout_4">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Log Level:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="logLevel"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Log Filters:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="logFilter"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QFormLayout" name="formLayout_3">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="logToConsole">
|
|
|
|
<property name="text">
|
|
|
|
<string>Log To System Console</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QCheckBox" name="logToWindow">
|
|
|
|
<property name="text">
|
|
|
|
<string>Log To Window</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QCheckBox" name="logToDebug">
|
|
|
|
<property name="text">
|
|
|
|
<string>Log To Debug Console</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QCheckBox" name="logToFile">
|
|
|
|
<property name="text">
|
|
|
|
<string>Log To File</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Tweaks/Hacks</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout_6">
|
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>These options are tweakable to improve performance/game compatibility. Use at your own risk, modified values will not be supported.</string>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
2020-06-14 21:43:16 +00:00
|
|
|
<string>DMA Max Slice Ticks:</string>
|
2020-04-30 14:59:31 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
2020-06-14 21:43:16 +00:00
|
|
|
<widget class="QSpinBox" name="dmaMaxSliceTicks">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>10000</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>1000</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2020-04-30 14:59:31 +00:00
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
|
|
|
<string>DMA Halt Ticks:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
2020-06-14 21:43:16 +00:00
|
|
|
<widget class="QSpinBox" name="dmaHaltTicks">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>10000</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2020-04-30 14:59:31 +00:00
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
2020-06-14 21:43:16 +00:00
|
|
|
<widget class="QSpinBox" name="gpuFIFOSize">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>16</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>4096</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>16</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2020-04-30 14:59:31 +00:00
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
<property name="text">
|
|
|
|
<string>GPU FIFO Size:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="label_7">
|
|
|
|
<property name="text">
|
|
|
|
<string>GPU Max Run-Ahead:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1">
|
2020-06-14 21:43:16 +00:00
|
|
|
<widget class="QSpinBox" name="gpuMaxRunAhead">
|
|
|
|
<property name="maximum">
|
|
|
|
<number>1000</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>128</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2020-04-30 14:59:31 +00:00
|
|
|
</item>
|
2020-08-29 12:07:33 +00:00
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QCheckBox" name="cpuRecompilerMemoryExceptions">
|
2020-04-30 14:59:31 +00:00
|
|
|
<property name="text">
|
2020-08-29 12:07:33 +00:00
|
|
|
<string>Enable Recompiler Memory Exceptions</string>
|
2020-04-30 14:59:31 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-08-29 12:07:33 +00:00
|
|
|
<item row="5" column="1">
|
|
|
|
<widget class="QCheckBox" name="cpuRecompilerICache">
|
2020-08-08 06:44:12 +00:00
|
|
|
<property name="text">
|
2020-08-29 12:07:33 +00:00
|
|
|
<string>Enable Recompiler ICache</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="0" colspan="2">
|
|
|
|
<widget class="QPushButton" name="resetToDefaultButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Reset To Default</string>
|
2020-08-08 06:44:12 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-04-30 14:59:31 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-08-08 14:03:07 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
<property name="title">
|
|
|
|
<string>System Settings</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
2020-08-18 14:01:57 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="showDebugMenu">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show Debug Menu</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
2020-08-08 14:03:07 +00:00
|
|
|
<widget class="QCheckBox" name="gpuUseDebugDevice">
|
|
|
|
<property name="text">
|
|
|
|
<string>Use Debug Host GPU Device</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-04-30 14:59:31 +00:00
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<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>
|
|
|
|
<resources>
|
|
|
|
<include location="resources/icons.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|