2019-12-31 06:17:17 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>ConsoleSettingsWidget</class>
|
|
|
|
<widget class="QWidget" name="ConsoleSettingsWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2020-10-04 14:05:14 +00:00
|
|
|
<width>648</width>
|
2021-01-10 16:12:20 +00:00
|
|
|
<height>456</height>
|
2019-12-31 06:17:17 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2020-01-28 14:01:44 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2019-12-31 06:17:17 +00:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2020-01-28 14:01:44 +00:00
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Console</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
2019-12-31 06:17:17 +00:00
|
|
|
<property name="text">
|
2020-01-28 14:01:44 +00:00
|
|
|
<string>Region:</string>
|
2019-12-31 06:17:17 +00:00
|
|
|
</property>
|
2020-01-28 14:01:44 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
2020-02-01 14:22:07 +00:00
|
|
|
<widget class="QComboBox" name="region"/>
|
2020-01-28 14:01:44 +00:00
|
|
|
</item>
|
2021-05-02 10:46:48 +00:00
|
|
|
<item row="1" column="0" colspan="2">
|
2024-03-02 09:08:38 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
2024-03-03 03:43:04 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QCheckBox" name="disableAllEnhancements">
|
|
|
|
<property name="text">
|
|
|
|
<string>Disable All Enhancements</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-03-02 09:08:38 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="enable8MBRAM">
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable 8MB RAM (Dev Console)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-03-03 03:43:04 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QCheckBox" name="enableCheats">
|
2024-03-02 09:08:38 +00:00
|
|
|
<property name="text">
|
2024-03-03 03:43:04 +00:00
|
|
|
<string>Enable Cheats</string>
|
2024-03-02 09:08:38 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2021-05-02 10:46:48 +00:00
|
|
|
</item>
|
2020-01-28 14:01:44 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-09-29 14:29:47 +00:00
|
|
|
<item>
|
2021-01-10 16:12:20 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
2020-09-29 14:29:47 +00:00
|
|
|
<property name="title">
|
2021-01-10 16:12:20 +00:00
|
|
|
<string>CPU Emulation</string>
|
2020-09-29 14:29:47 +00:00
|
|
|
</property>
|
2021-01-10 16:12:20 +00:00
|
|
|
<layout class="QFormLayout" name="formLayout_3">
|
2020-09-29 14:29:47 +00:00
|
|
|
<item row="0" column="0">
|
2021-01-10 16:12:20 +00:00
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Execution Mode:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="cpuExecutionMode"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2020-09-29 14:29:47 +00:00
|
|
|
<item>
|
2021-01-10 16:12:20 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="enableCPUClockSpeedControl">
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable Clock Speed Control (Overclocking/Underclocking)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<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>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="cpuClockSpeedLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>100% (effective 33.3mhz)</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2020-09-29 14:29:47 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
2021-01-10 16:12:20 +00:00
|
|
|
<widget class="QSlider" name="cpuClockSpeed">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>1000</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
2020-09-29 14:29:47 +00:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2021-01-10 16:12:20 +00:00
|
|
|
<property name="tickPosition">
|
|
|
|
<enum>QSlider::TicksBothSides</enum>
|
2020-09-29 14:29:47 +00:00
|
|
|
</property>
|
2021-01-10 16:12:20 +00:00
|
|
|
<property name="tickInterval">
|
|
|
|
<number>50</number>
|
2020-09-29 14:29:47 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2022-07-26 08:42:37 +00:00
|
|
|
<item row="2" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="recompilerICache">
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable Recompiler ICache</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-09-29 14:29:47 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-02-21 15:19:10 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_4">
|
|
|
|
<property name="title">
|
2020-10-04 14:05:14 +00:00
|
|
|
<string>CD-ROM Emulation</string>
|
2020-02-21 15:19:10 +00:00
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout_4">
|
2021-07-12 11:08:04 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="cdromReadaheadSectors"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
2020-10-04 14:05:14 +00:00
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Read Speedup:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-07-12 11:08:04 +00:00
|
|
|
<item row="1" column="1">
|
2020-10-04 14:05:14 +00:00
|
|
|
<widget class="QComboBox" name="cdromReadSpeedup">
|
|
|
|
<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>
|
2021-07-12 11:08:04 +00:00
|
|
|
<item row="2" column="0">
|
2021-05-23 03:35:10 +00:00
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
|
|
|
<string>Seek Speedup:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-07-12 11:08:04 +00:00
|
|
|
<item row="2" column="1">
|
2021-05-23 03:35:10 +00:00
|
|
|
<widget class="QComboBox" name="cdromSeekSpeedup">
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Infinite/Instantaneous</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>None (Normal Speed)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>2x</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>3x</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>4x</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>5x</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>6x</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>7x</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>8x</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>9x</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>10x</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-07-12 11:08:04 +00:00
|
|
|
<item row="3" column="0" colspan="2">
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="cdromLoadImageToRAM">
|
|
|
|
<property name="text">
|
|
|
|
<string>Preload Image To RAM</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2024-03-03 03:43:04 +00:00
|
|
|
<item row="0" column="1">
|
2021-07-12 11:08:04 +00:00
|
|
|
<widget class="QCheckBox" name="cdromLoadImagePatches">
|
|
|
|
<property name="text">
|
|
|
|
<string>Apply Image Patches</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
<property name="text">
|
|
|
|
<string>Async Readahead:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-02-21 15:19:10 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-01-28 14:01:44 +00:00
|
|
|
<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>
|
2019-12-31 06:17:17 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2020-01-08 03:39:19 +00:00
|
|
|
<resources>
|
2020-09-22 13:08:07 +00:00
|
|
|
<include location="resources/resources.qrc"/>
|
2020-01-08 03:39:19 +00:00
|
|
|
</resources>
|
2019-12-31 06:17:17 +00:00
|
|
|
<connections/>
|
|
|
|
</ui>
|