ui: A-Z order advanced tab settings

This commit is contained in:
AniLeo 2026-03-08 12:42:28 +01:00 committed by Ani
parent e765780fed
commit b6ae488af1

View file

@ -2414,13 +2414,6 @@
<string>Core</string>
</property>
<layout class="QVBoxLayout" name="gb_advanced_core_layout">
<item>
<widget class="QCheckBox" name="debugConsoleMode">
<property name="text">
<string>Debug Console Mode</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="accurateDFMA">
<property name="text">
@ -2431,7 +2424,7 @@
<item>
<widget class="QCheckBox" name="accurateRSXAccess">
<property name="text">
<string>Accurate RSX reservation access</string>
<string>Accurate RSX Reservation Access</string>
</property>
</widget>
</item>
@ -2442,6 +2435,27 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="antiCheatSavestates">
<property name="text">
<string>Anti-Cheat Savestates Mode</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="debugConsoleMode">
<property name="text">
<string>Debug Console Mode</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="mfcDelayCommand">
<property name="text">
<string>Delay each odd MFC Command</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="disableSpinOptimization">
<property name="text">
@ -2471,30 +2485,16 @@
</widget>
</item>
<item>
<widget class="QCheckBox" name="mfcDelayCommand">
<widget class="QCheckBox" name="silenceAllLogs">
<property name="text">
<string>Delay each odd MFC Command</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="antiCheatSavestates">
<property name="text">
<string>Anti-Cheat Savestates Mode</string>
<string>Silence All Logs</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="compatibleSavestates">
<property name="text">
<string>SPU-Compatible Savestates Mode</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="silenceAllLogs">
<property name="text">
<string>Silence All Logs</string>
<string>SPU Compatible Savestates Mode</string>
</property>
</widget>
</item>
@ -2672,30 +2672,16 @@
</property>
<layout class="QVBoxLayout" name="gb_advanced_gpu_layout">
<item>
<widget class="QCheckBox" name="readDepth">
<widget class="QCheckBox" name="allowHostGPULabels">
<property name="text">
<string>Read Depth Buffer</string>
<string>Allow Host GPU Labels (Experimental)</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="dumpDepth">
<widget class="QCheckBox" name="disableMslFastMath">
<property name="text">
<string>Write Depth Buffer</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="handleTiledMemory">
<property name="text">
<string>Handle RSX memory tiling</string>
<string>Disable MSL Fast Math</string>
</property>
</widget>
</item>
@ -2707,16 +2693,30 @@
</widget>
</item>
<item>
<widget class="QCheckBox" name="allowHostGPULabels">
<widget class="QCheckBox" name="forceHwMSAAResolve">
<property name="text">
<string>Allow Host GPU Labels (Experimental)</string>
<string>Force Hardware MSAA Resolve</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="forceHwMSAAResolve">
<widget class="QCheckBox" name="handleTiledMemory">
<property name="text">
<string>Force Hardware MSAA Resolve</string>
<string>Handle RSX Memory Tiling</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="readDepth">
<property name="text">
<string>Read Depth Buffer</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="readColor">
<property name="text">
<string>Read Color Buffers</string>
</property>
</widget>
</item>
@ -2728,9 +2728,9 @@
</widget>
</item>
<item>
<widget class="QCheckBox" name="disableMslFastMath">
<widget class="QCheckBox" name="dumpDepth">
<property name="text">
<string>Disable MSL Fast Math</string>
<string>Write Depth Buffer</string>
</property>
</widget>
</item>