mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-02 14:50:05 +01:00
2436 lines
82 KiB
XML
2436 lines
82 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>settings_dialog</class>
|
|
<widget class="QDialog" name="settings_dialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>752</width>
|
|
<height>584</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Settings</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset resource="../resources.qrc">
|
|
<normaloff>:/rpcs3.ico</normaloff>:/rpcs3.ico</iconset>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
<item>
|
|
<widget class="QTabWidget" name="tab_widget_settings">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="currentIndex">
|
|
<number>0</number>
|
|
</property>
|
|
<widget class="QWidget" name="coreTab">
|
|
<attribute name="title">
|
|
<string>CPU</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="coreTabLayout" stretch="1,0,0">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="coreTabItemLayout" stretch="1,1,1">
|
|
<item>
|
|
<layout class="QVBoxLayout" name="coreTabLeftLayout" stretch="1,1,0">
|
|
<item>
|
|
<widget class="QGroupBox" name="ppu">
|
|
<property name="title">
|
|
<string>PPU Decoder</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<item>
|
|
<widget class="QRadioButton" name="ppu_precise">
|
|
<property name="text">
|
|
<string>Interpreter (precise)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="ppu_fast">
|
|
<property name="text">
|
|
<string>Interpreter (fast)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="ppu_llvm">
|
|
<property name="text">
|
|
<string>LLVM Recompiler (fastest)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="spu">
|
|
<property name="title">
|
|
<string>SPU Decoder</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
<item>
|
|
<widget class="QRadioButton" name="spu_precise">
|
|
<property name="text">
|
|
<string>Interpreter (precise)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="spu_fast">
|
|
<property name="text">
|
|
<string>Interpreter (fast)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="spu_asmjit">
|
|
<property name="text">
|
|
<string>ASMJIT Recompiler (faster)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="spu_llvm">
|
|
<property name="text">
|
|
<string>LLVM Recompiler (experimental)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_spu_threads">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>Preferred SPU Threads</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_51">
|
|
<item>
|
|
<widget class="QComboBox" name="preferredSPUThreads"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="coreTabMiddleLayout" stretch="1,1,0">
|
|
<item>
|
|
<widget class="QGroupBox" name="lib_settings">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>Firmware Settings</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QRadioButton" name="lib_auto">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>Automatically load required libraries</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="lib_manu">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>Manually load selected libraries</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="lib_both">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>Load automatic and manual selection</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="lib_lv2">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>Load liblv2.sprx only</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="checkboxes">
|
|
<property name="title">
|
|
<string>Additional Settings</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
<item>
|
|
<widget class="QCheckBox" name="enableScheduler">
|
|
<property name="text">
|
|
<string>Enable thread scheduler</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="lowerSPUThrPrio">
|
|
<property name="text">
|
|
<string>Lower SPU thread priority</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="spuLoopDetection">
|
|
<property name="text">
|
|
<string>Enable SPU loop detection</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="spuCache">
|
|
<property name="text">
|
|
<string>SPU Cache</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="accurateXFloat">
|
|
<property name="text">
|
|
<string>Accurate xfloat</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_spuBlockSize">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>SPU Block Size</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_11">
|
|
<item>
|
|
<widget class="QComboBox" name="spuBlockSize"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="coreTabRightLayout" stretch="1,0">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_libs">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>Firmware Libraries</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_12">
|
|
<item>
|
|
<widget class="QListWidget" name="lleList">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="selectionMode">
|
|
<enum>QAbstractItemView::ExtendedSelection</enum>
|
|
</property>
|
|
<property name="viewMode">
|
|
<enum>QListView::ListMode</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="searchBox">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_tsx">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>TSX Instructions</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_69">
|
|
<item>
|
|
<widget class="QComboBox" name="enableTSX"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer_2">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_description">
|
|
<property name="title">
|
|
<string>Description</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
<item>
|
|
<widget class="QLabel" name="description_cpu">
|
|
<property name="text">
|
|
<string>Point your mouse at an option to display a description in here.
|
|
|
|
|
|
</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="gpuTab">
|
|
<attribute name="title">
|
|
<string>GPU</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="verticalLayout_61">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4" stretch="1,1,1">
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout_7">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_renderer">
|
|
<property name="title">
|
|
<string>Renderer</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_19">
|
|
<item>
|
|
<widget class="QComboBox" name="renderBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_graphicsAdapter">
|
|
<property name="title">
|
|
<string>Graphics Device</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_18">
|
|
<item>
|
|
<widget class="QComboBox" name="graphicsAdapterBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3" stretch="1,1">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_aspectRatio">
|
|
<property name="title">
|
|
<string>Aspect Ratio</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_14">
|
|
<item>
|
|
<widget class="QComboBox" name="aspectBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_frameLimit">
|
|
<property name="title">
|
|
<string>Framelimit</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_15">
|
|
<item>
|
|
<widget class="QComboBox" name="frameLimitBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="widget" native="true">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_22" stretch="1,1">
|
|
<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="gb_anisotropicFilter">
|
|
<property name="title">
|
|
<string>Anisotropic Filter</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_54">
|
|
<item>
|
|
<widget class="QComboBox" name="anisotropicFilterOverride"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_antiAliasing">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="title">
|
|
<string>Anti-Aliasing</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_56">
|
|
<item>
|
|
<widget class="QComboBox" name="antiAliasing"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout_21">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_default_resolution">
|
|
<property name="title">
|
|
<string>Default Resolution</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_22">
|
|
<item>
|
|
<widget class="QComboBox" name="resBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout_59">
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_resolutionScale">
|
|
<property name="title">
|
|
<string>Resolution Scale (Disable Strict Mode)</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_29">
|
|
<item>
|
|
<widget class="QWidget" name="widget_9" native="true">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_23" stretch="0,1,0">
|
|
<property name="spacing">
|
|
<number>12</number>
|
|
</property>
|
|
<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="QLabel" name="resolutionScaleMin">
|
|
<property name="text">
|
|
<string>50</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSlider" name="resolutionScale">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="resolutionScaleMax">
|
|
<property name="text">
|
|
<string>800</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_25" stretch="1,0">
|
|
<item>
|
|
<widget class="QLabel" name="resolutionScaleVal">
|
|
<property name="text">
|
|
<string>0</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="resolutionScaleReset">
|
|
<property name="text">
|
|
<string>Reset</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_minimumScalableDimension">
|
|
<property name="title">
|
|
<string>Resolution Scale Threshold</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_57">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_24" stretch="0,1,0">
|
|
<property name="spacing">
|
|
<number>12</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="minimumScalableDimensionMin">
|
|
<property name="text">
|
|
<string>1</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSlider" name="minimumScalableDimension">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="minimumScalableDimensionMax">
|
|
<property name="text">
|
|
<string>1024</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_26" stretch="1,0">
|
|
<item>
|
|
<widget class="QLabel" name="minimumScalableDimensionVal">
|
|
<property name="text">
|
|
<string>1x1</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="minimumScalableDimensionReset">
|
|
<property name="text">
|
|
<string>Reset</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_46">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>Additional Settings</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_16">
|
|
<item>
|
|
<widget class="QCheckBox" name="dumpColor">
|
|
<property name="text">
|
|
<string>Write Color Buffers</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="scrictModeRendering">
|
|
<property name="text">
|
|
<string>Strict Rendering Mode</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="vsync">
|
|
<property name="text">
|
|
<string>VSync</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="stretchToDisplayArea">
|
|
<property name="text">
|
|
<string>Stretch To Display Area</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="disableVertexCache">
|
|
<property name="text">
|
|
<string>Disable Vertex Cache</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="disableAsyncShaders">
|
|
<property name="text">
|
|
<string>Disable Async Shader Compiler</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer_12">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer_3">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_47">
|
|
<property name="title">
|
|
<string>Description</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
<item>
|
|
<widget class="QLabel" name="description_gpu">
|
|
<property name="text">
|
|
<string>Point your mouse at an option to display a description in here.
|
|
|
|
|
|
</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="audioTab">
|
|
<attribute name="title">
|
|
<string>Audio</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="verticalLayout_26" stretch="0,1,0">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_9" stretch="1,1,1">
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout_25">
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_30">
|
|
<property name="title">
|
|
<string>Audio Out</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_24">
|
|
<item>
|
|
<widget class="QComboBox" name="audioOutBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_49">
|
|
<property name="title">
|
|
<string>Audio Settings</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_23">
|
|
<item>
|
|
<widget class="QCheckBox" name="audioDump">
|
|
<property name="text">
|
|
<string>Dump to File</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="convert">
|
|
<property name="text">
|
|
<string>Convert to 16-bit</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="downmix">
|
|
<property name="text">
|
|
<string>Downmix to Stereo</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer_6">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout_37">
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_6">
|
|
<property name="title">
|
|
<string>Volume</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_74">
|
|
<item>
|
|
<widget class="QLabel" name="masterVolumeLabel">
|
|
<property name="text">
|
|
<string>Master: 0%</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSlider" name="masterVolume">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="tickPosition">
|
|
<enum>QSlider::TicksBelow</enum>
|
|
</property>
|
|
<property name="tickInterval">
|
|
<number>50</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer_4">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout_71">
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_8">
|
|
<property name="title">
|
|
<string>Buffering</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_75">
|
|
<item>
|
|
<widget class="QCheckBox" name="enableBuffering">
|
|
<property name="text">
|
|
<string>Enable Buffering</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="audioBufferDurationLabel">
|
|
<property name="text">
|
|
<string>Audio Buffer Duration: 0ms</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSlider" name="audioBufferDuration">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="tickPosition">
|
|
<enum>QSlider::TicksBelow</enum>
|
|
</property>
|
|
<property name="tickInterval">
|
|
<number>10</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="enableTimeStretching">
|
|
<property name="text">
|
|
<string>Enable Time Stretching</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="timeStretchingThresholdLabel">
|
|
<property name="text">
|
|
<string>Time Stretching Threshold: 0%</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSlider" name="timeStretchingThreshold">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="tickPosition">
|
|
<enum>QSlider::TicksBelow</enum>
|
|
</property>
|
|
<property name="tickInterval">
|
|
<number>10</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer_19">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_50">
|
|
<property name="title">
|
|
<string>Description</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_20">
|
|
<item>
|
|
<widget class="QLabel" name="description_audio">
|
|
<property name="text">
|
|
<string>Point your mouse at an option to display a description in here.
|
|
|
|
|
|
</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="inputTab">
|
|
<attribute name="title">
|
|
<string>I/O</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="verticalLayout_32">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_10" stretch="1,1,1">
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_51">
|
|
<property name="title">
|
|
<string>Keyboard Handler</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_27">
|
|
<item>
|
|
<widget class="QComboBox" name="keyboardHandlerBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_31">
|
|
<property name="title">
|
|
<string>Camera Input</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_30">
|
|
<item>
|
|
<widget class="QComboBox" name="cameraTypeBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
<property name="title">
|
|
<string>Move Handler</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_62">
|
|
<item>
|
|
<widget class="QComboBox" name="moveBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_11" stretch="1,1,1">
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_53">
|
|
<property name="title">
|
|
<string>Mouse Handler</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_28">
|
|
<item>
|
|
<widget class="QComboBox" name="mouseHandlerBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_54">
|
|
<property name="title">
|
|
<string>Camera Settings</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_31">
|
|
<item>
|
|
<widget class="QComboBox" name="cameraBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="widget_7" native="true"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer_7">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_59">
|
|
<property name="title">
|
|
<string>Description</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_33">
|
|
<item>
|
|
<widget class="QLabel" name="description_io">
|
|
<property name="text">
|
|
<string>Point your mouse at an option to display a description in here.
|
|
|
|
|
|
</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="systemTab">
|
|
<attribute name="title">
|
|
<string>System</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="verticalLayout_73">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_14" stretch="1,1,1">
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_34">
|
|
<property name="title">
|
|
<string>Console Language</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_34">
|
|
<item>
|
|
<widget class="QComboBox" name="sysLangBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox">
|
|
<property name="title">
|
|
<string>Homebrew</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_35">
|
|
<item>
|
|
<widget class="QCheckBox" name="enableHostRoot">
|
|
<property name="text">
|
|
<string>Enable /host_root/</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="widget_3" native="true"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_15" stretch="1,1,1">
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_33">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="title">
|
|
<string>Console Region</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_36">
|
|
<item>
|
|
<widget class="QComboBox" name="comboBox_12"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="widget_4" native="true"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="widget_6" native="true"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_17" stretch="1,1,1">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_enterButtonAssignment">
|
|
<property name="title">
|
|
<string>Enter Button Assignment</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_72">
|
|
<item>
|
|
<widget class="QRadioButton" name="enterButtonAssignCircle">
|
|
<property name="text">
|
|
<string>Enter with circle</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="enterButtonAssignCross">
|
|
<property name="text">
|
|
<string>Enter with cross</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="widget_12" native="true"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="widget_13" native="true"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_18" stretch="1,1,1">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_DiskCacheClearing">
|
|
<property name="title">
|
|
<string>Disk cache</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_75">
|
|
<item>
|
|
<widget class="QCheckBox" name="enableCacheClearing">
|
|
<property name="text">
|
|
<string>Clear cache automatically</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="maximumCacheSizeLabel">
|
|
<property name="text">
|
|
<string>Cache size: 3072 MB</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSlider" name="maximumCacheSize">
|
|
<property name="pageStep">
|
|
<number>512</number>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="tickPosition">
|
|
<enum>QSlider::TicksBelow</enum>
|
|
</property>
|
|
<property name="tickInterval">
|
|
<number>1024</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="widget_14" native="true"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="widget_15" native="true"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer_8">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_61">
|
|
<property name="title">
|
|
<string>Description</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_13">
|
|
<item>
|
|
<widget class="QLabel" name="description_system">
|
|
<property name="text">
|
|
<string>Point your mouse at an option to display a description in here.
|
|
|
|
|
|
</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="networkTab">
|
|
<attribute name="title">
|
|
<string>Network</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="verticalLayout_40">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_16" stretch="1,1,1">
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_32">
|
|
<property name="title">
|
|
<string>Network Status</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_38">
|
|
<item>
|
|
<widget class="QComboBox" name="netStatusBox"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="widget_10" native="true"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="widget_5" native="true"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer_9">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_60">
|
|
<property name="title">
|
|
<string>Description</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_39">
|
|
<item>
|
|
<widget class="QLabel" name="description_network">
|
|
<property name="text">
|
|
<string>Point your mouse at an option to display a description in here.
|
|
|
|
|
|
</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="emulatorTab">
|
|
<attribute name="title">
|
|
<string>Emulator</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="verticalLayout_46">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_12" stretch="1,1,1">
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout_47">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_emu_settings">
|
|
<property name="title">
|
|
<string>Emulator Settings</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_41">
|
|
<item>
|
|
<widget class="QCheckBox" name="exitOnStop">
|
|
<property name="text">
|
|
<string>Exit RPCS3 when process finishes</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="alwaysStart">
|
|
<property name="text">
|
|
<string>Automatically start games after boot</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="startGameFullscreen">
|
|
<property name="text">
|
|
<string>Start games in Fullscreen mode</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="showFPSInTitle">
|
|
<property name="text">
|
|
<string>Show framerate in the window title</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="showTrophyPopups">
|
|
<property name="text">
|
|
<string>Show trophy popups</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="useNativeInterface">
|
|
<property name="text">
|
|
<string>Use native user interface</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="showShaderCompilationHint">
|
|
<property name="text">
|
|
<string>Show shader compilation hint</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer_13">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_max_llvm">
|
|
<property name="title">
|
|
<string>Max LLVM Compile Threads</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_63">
|
|
<item>
|
|
<widget class="QComboBox" name="maxLLVMThreads"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout_60">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_viewport">
|
|
<property name="title">
|
|
<string>Viewport</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_50">
|
|
<item>
|
|
<widget class="QCheckBox" name="gs_disableMouse">
|
|
<property name="text">
|
|
<string>Ignore doubleclicks for Fullscreen</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="gs_resizeOnBoot">
|
|
<property name="text">
|
|
<string>Resize game window on boot</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_20">
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_4">
|
|
<property name="title">
|
|
<string>Width</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_49">
|
|
<item>
|
|
<widget class="QSpinBox" name="gs_width">
|
|
<property name="accelerated">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="correctionMode">
|
|
<enum>QAbstractSpinBox::CorrectToNearestValue</enum>
|
|
</property>
|
|
<property name="keyboardTracking">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>9999</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>0</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_5">
|
|
<property name="title">
|
|
<string>Height</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_48">
|
|
<item>
|
|
<widget class="QSpinBox" name="gs_height">
|
|
<property name="frame">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="accelerated">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="correctionMode">
|
|
<enum>QAbstractSpinBox::CorrectToNearestValue</enum>
|
|
</property>
|
|
<property name="keyboardTracking">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>9999</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>0</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
<property name="title">
|
|
<string>Shader Loading Screen</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_70">
|
|
<item>
|
|
<widget class="QCheckBox" name="shaderLoadBgEnabled">
|
|
<property name="text">
|
|
<string>Allow custom background</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label_shaderLoadBgDarkening">
|
|
<property name="text">
|
|
<string>Background darkening:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSlider" name="shaderLoadBgDarkening">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label_shaderLoadBgBlur">
|
|
<property name="text">
|
|
<string>Background blur:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSlider" name="shaderLoadBgBlur">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer_14">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout_58">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_performance_overlay">
|
|
<property name="title">
|
|
<string>Performance Overlay</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_67">
|
|
<item>
|
|
<widget class="QCheckBox" name="perfOverlayEnabled">
|
|
<property name="text">
|
|
<string>Enable performance overlay</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label_detail_level">
|
|
<property name="text">
|
|
<string>Detail Level:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="perfOverlayDetailLevel"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label_position">
|
|
<property name="text">
|
|
<string>Position:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="perfOverlayPosition"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label_margin_x">
|
|
<property name="text">
|
|
<string>Horizontal Margin:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="layout_margin_x" stretch="0,0">
|
|
<item>
|
|
<widget class="QCheckBox" name="perfOverlayCenterX">
|
|
<property name="text">
|
|
<string>Centered</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSpinBox" name="perfOverlayMarginX"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label_margin_y">
|
|
<property name="text">
|
|
<string>Vertical Margin:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="layout_margin_y" stretch="0,0">
|
|
<item>
|
|
<widget class="QCheckBox" name="perfOverlayCenterY">
|
|
<property name="text">
|
|
<string>Centered</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSpinBox" name="perfOverlayMarginY"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label_update_interval">
|
|
<property name="text">
|
|
<string>Update Interval:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSlider" name="perfOverlayUpdateInterval">
|
|
<property name="singleStep">
|
|
<number>10</number>
|
|
</property>
|
|
<property name="pageStep">
|
|
<number>100</number>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label_font_size">
|
|
<property name="text">
|
|
<string>Font Size: </string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSlider" name="perfOverlayFontSize">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label_opacity">
|
|
<property name="text">
|
|
<string>Opacity:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSlider" name="perfOverlayOpacity">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer_18">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer_11">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_62">
|
|
<property name="title">
|
|
<string>Description</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_45">
|
|
<item>
|
|
<widget class="QLabel" name="description_emulator">
|
|
<property name="text">
|
|
<string>Point your mouse at an option to display a description in here.
|
|
|
|
|
|
</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="guiTab">
|
|
<attribute name="title">
|
|
<string>GUI</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="verticalLayout_43">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,1,1">
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout_9">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_stylesheets">
|
|
<property name="title">
|
|
<string>UI Stylesheets</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_55">
|
|
<item>
|
|
<widget class="QComboBox" name="combo_stylesheets"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pb_apply_stylesheet">
|
|
<property name="text">
|
|
<string>Apply</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout_10">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_colors">
|
|
<property name="title">
|
|
<string>UI Colors</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_13">
|
|
<item>
|
|
<widget class="QCheckBox" name="cb_custom_colors">
|
|
<property name="text">
|
|
<string>Use custom UI Colors</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pb_gl_icon_color">
|
|
<property name="text">
|
|
<string>Gamelist icons</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer_5">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout_8">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_settings">
|
|
<property name="title">
|
|
<string>UI Settings</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_42">
|
|
<item>
|
|
<widget class="QPushButton" name="pb_reset_default">
|
|
<property name="text">
|
|
<string>Restore default settings</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pb_backup_config">
|
|
<property name="text">
|
|
<string>Save current settings</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pb_open_folder">
|
|
<property name="text">
|
|
<string>Open configuration folder</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label">
|
|
<property name="text">
|
|
<string>Load Settings:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="combo_configs"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pb_apply_config">
|
|
<property name="text">
|
|
<string>Apply</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer_15">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout_66">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_gui_options">
|
|
<property name="title">
|
|
<string>UI Options</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_65">
|
|
<item>
|
|
<widget class="QCheckBox" name="cb_show_welcome">
|
|
<property name="text">
|
|
<string>Show Welcome Screen</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="cb_show_exit_game">
|
|
<property name="text">
|
|
<string>Show Exit Game Dialog</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="cb_show_boot_game">
|
|
<property name="text">
|
|
<string>Show Boot Game Dialog</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="cb_show_pkg_install">
|
|
<property name="text">
|
|
<string>Show PGK Installation Dialog</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="cb_show_pup_install">
|
|
<property name="text">
|
|
<string>Show PUP Installation Dialog</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer_17">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_discord">
|
|
<property name="title">
|
|
<string>Discord</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_68">
|
|
<item>
|
|
<widget class="QCheckBox" name="useRichPresence">
|
|
<property name="text">
|
|
<string>Use Discord Rich Presence</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label_discordState">
|
|
<property name="text">
|
|
<string>Discord Status:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="discordState">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="maxLength">
|
|
<number>128</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer_16">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_64">
|
|
<property name="title">
|
|
<string>Description</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_64">
|
|
<item>
|
|
<widget class="QLabel" name="description_gui">
|
|
<property name="text">
|
|
<string>Point your mouse at an option to display a description in here.
|
|
|
|
|
|
</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="debugTab">
|
|
<attribute name="title">
|
|
<string>Debug</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="verticalLayout_53">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_21" stretch="1,1,1">
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_debug_gpu">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="title">
|
|
<string>GPU</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_17">
|
|
<item alignment="Qt::AlignTop">
|
|
<widget class="QCheckBox" name="glLegacyBuffers">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Use Legacy OpenGL Buffers</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item alignment="Qt::AlignTop">
|
|
<widget class="QCheckBox" name="debugOutput">
|
|
<property name="text">
|
|
<string>Debug Output</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="debugOverlay">
|
|
<property name="text">
|
|
<string>Debug Overlay</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="logProg">
|
|
<property name="text">
|
|
<string>Log Shader Programs</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item alignment="Qt::AlignTop">
|
|
<widget class="QCheckBox" name="forceHighpZ">
|
|
<property name="text">
|
|
<string>Use High Precision Z-buffer</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="dumpDepth">
|
|
<property name="text">
|
|
<string>Write Depth Buffers</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="readDepth">
|
|
<property name="text">
|
|
<string>Read Depth Buffers</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="readColor">
|
|
<property name="text">
|
|
<string>Read Color Buffers</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="disableHwOcclusionQueries">
|
|
<property name="text">
|
|
<string>Disable ZCull Occlusion Queries</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="forceCpuBlitEmulation">
|
|
<property name="text">
|
|
<string>Force CPU blit emulation</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="disableOnDiskShaderCache">
|
|
<property name="text">
|
|
<string>Disable On-Disk Shader Cache</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="disableVulkanMemAllocator">
|
|
<property name="text">
|
|
<string>Disable Vulkan Memory Allocator</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="disableFIFOReordering">
|
|
<property name="text">
|
|
<string>Disable FIFO Reordering</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="strictTextureFlushing">
|
|
<property name="text">
|
|
<string>Strict Texture Flushing</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="gpuTextureScaling">
|
|
<property name="text">
|
|
<string>Use GPU Texture Scaling</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_7">
|
|
<property name="title">
|
|
<string>Core</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_44">
|
|
<item>
|
|
<widget class="QCheckBox" name="ppuDebug">
|
|
<property name="text">
|
|
<string>PPU Debug</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="spuDebug">
|
|
<property name="text">
|
|
<string>SPU Debug</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="spuVerification">
|
|
<property name="text">
|
|
<string>SPU Verification</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="setDAZandFTZ">
|
|
<property name="text">
|
|
<string>Set DAZ and FTZ</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="accurateGETLLAR">
|
|
<property name="text">
|
|
<string>Accurate GETLLAR</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="accuratePUTLLUC">
|
|
<property name="text">
|
|
<string>Accurate PUTLLUC</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="hookStFunc">
|
|
<property name="text">
|
|
<string>Hook static functions</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="debugConsoleMode">
|
|
<property name="text">
|
|
<string>Debug Console Mode</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="widget_11" native="true"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer_10">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_63">
|
|
<property name="title">
|
|
<string>Description</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_52">
|
|
<item>
|
|
<widget class="QLabel" name="description_debug">
|
|
<property name="text">
|
|
<string>Point your mouse at an option to display a description in here.
|
|
|
|
|
|
</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="buttonLayout">
|
|
<item alignment="Qt::AlignLeft">
|
|
<widget class="QPushButton" name="okButton">
|
|
<property name="text">
|
|
<string>Save</string>
|
|
</property>
|
|
<property name="autoDefault">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item alignment="Qt::AlignLeft">
|
|
<widget class="QPushButton" name="cancelButton">
|
|
<property name="text">
|
|
<string>Close</string>
|
|
</property>
|
|
<property name="autoDefault">
|
|
<bool>false</bool>
|
|
</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>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources>
|
|
<include location="../resources.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|