Skip to content

Commit 315f88b

Browse files
AniLeoMegamouse
authored andcommitted
ui: Split overlay settings, A-Z order emulator tab settings
1 parent 8587fca commit 315f88b

1 file changed

Lines changed: 39 additions & 30 deletions

File tree

rpcs3/rpcs3qt/settings_dialog.ui

Lines changed: 39 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2922,16 +2922,16 @@
29222922
</property>
29232923
<layout class="QVBoxLayout" name="gb_emu_settings_layout">
29242924
<item>
2925-
<widget class="QCheckBox" name="exitOnStop">
2925+
<widget class="QCheckBox" name="enableGamemode">
29262926
<property name="text">
2927-
<string>Exit RPCS3 when process finishes</string>
2927+
<string>Enable GameMode</string>
29282928
</property>
29292929
</widget>
29302930
</item>
29312931
<item>
2932-
<widget class="QCheckBox" name="pauseOnFocusLoss">
2932+
<widget class="QCheckBox" name="exitOnStop">
29332933
<property name="text">
2934-
<string>Pause emulation on RPCS3 focus loss</string>
2934+
<string>Exit RPCS3 when process finishes</string>
29352935
</property>
29362936
</widget>
29372937
</item>
@@ -2950,58 +2950,67 @@
29502950
</widget>
29512951
</item>
29522952
<item>
2953-
<widget class="QCheckBox" name="preventDisplaySleep">
2953+
<widget class="QCheckBox" name="pauseOnFocusLoss">
29542954
<property name="text">
2955-
<string>Prevent display sleep while running games</string>
2955+
<string>Pause emulation on RPCS3 focus loss</string>
29562956
</property>
29572957
</widget>
29582958
</item>
29592959
<item>
2960-
<widget class="QCheckBox" name="showTrophyPopups">
2960+
<widget class="QCheckBox" name="preventDisplaySleep">
29612961
<property name="text">
2962-
<string>Show trophy popups</string>
2962+
<string>Prevent display sleep while running games</string>
29632963
</property>
29642964
</widget>
29652965
</item>
29662966
<item>
2967-
<widget class="QCheckBox" name="showRpcnPopups">
2967+
<widget class="QCheckBox" name="startGameFullscreen">
29682968
<property name="text">
2969-
<string>Show RPCN popups</string>
2969+
<string>Start games in fullscreen mode</string>
29702970
</property>
29712971
</widget>
29722972
</item>
29732973
<item>
2974-
<widget class="QCheckBox" name="showShaderCompilationHint">
2974+
<widget class="QCheckBox" name="useNativeInterface">
29752975
<property name="text">
2976-
<string>Show shader compilation hint</string>
2976+
<string>Use native user interface</string>
29772977
</property>
29782978
</widget>
29792979
</item>
2980+
</layout>
2981+
</widget>
2982+
</item>
2983+
<item>
2984+
<widget class="QGroupBox" name="gb_overlay_settings">
2985+
<property name="title">
2986+
<string>Overlay Settings</string>
2987+
</property>
2988+
<layout class="QVBoxLayout" name="gb_overlay_settings_layout">
29802989
<item>
2981-
<widget class="QCheckBox" name="showPPUCompilationHint">
2990+
<widget class="QCheckBox" name="recordWithOverlays">
29822991
<property name="text">
2983-
<string>Show PPU compilation hint</string>
2992+
<string>Record and screenshot with overlays</string>
29842993
</property>
29852994
</widget>
29862995
</item>
29872996
<item>
2988-
<widget class="QCheckBox" name="showAutosaveAutoloadHint">
2997+
<widget class="QCheckBox" name="showAnalogLimiterToggleHint">
29892998
<property name="text">
2990-
<string>Show autosave/autoload hint</string>
2999+
<string>Show analog limiter toggle hint</string>
29913000
</property>
29923001
</widget>
29933002
</item>
29943003
<item>
2995-
<widget class="QCheckBox" name="showAnalogLimiterToggleHint">
3004+
<widget class="QCheckBox" name="showAutosaveAutoloadHint">
29963005
<property name="text">
2997-
<string>Show analog limiter toggle hint</string>
3006+
<string>Show autosave/autoload hint</string>
29983007
</property>
29993008
</widget>
30003009
</item>
30013010
<item>
3002-
<widget class="QCheckBox" name="showPressureIntensityToggleHint">
3011+
<widget class="QCheckBox" name="showCaptureHints">
30033012
<property name="text">
3004-
<string>Show pressure intensity toggle hint</string>
3013+
<string>Show capture hints</string>
30053014
</property>
30063015
</widget>
30073016
</item>
@@ -3013,37 +3022,37 @@
30133022
</widget>
30143023
</item>
30153024
<item>
3016-
<widget class="QCheckBox" name="showCaptureHints">
3025+
<widget class="QCheckBox" name="showRpcnPopups">
30173026
<property name="text">
3018-
<string>Show capture hints</string>
3027+
<string>Show netplay popups</string>
30193028
</property>
30203029
</widget>
30213030
</item>
30223031
<item>
3023-
<widget class="QCheckBox" name="startGameFullscreen">
3032+
<widget class="QCheckBox" name="showPressureIntensityToggleHint">
30243033
<property name="text">
3025-
<string>Start games in fullscreen mode</string>
3034+
<string>Show pressure intensity toggle hint</string>
30263035
</property>
30273036
</widget>
30283037
</item>
30293038
<item>
3030-
<widget class="QCheckBox" name="useNativeInterface">
3039+
<widget class="QCheckBox" name="showPPUCompilationHint">
30313040
<property name="text">
3032-
<string>Use native user interface</string>
3041+
<string>Show PPU compilation hint</string>
30333042
</property>
30343043
</widget>
30353044
</item>
30363045
<item>
3037-
<widget class="QCheckBox" name="recordWithOverlays">
3046+
<widget class="QCheckBox" name="showShaderCompilationHint">
30383047
<property name="text">
3039-
<string>Record with overlays</string>
3048+
<string>Show shader compilation hint</string>
30403049
</property>
30413050
</widget>
30423051
</item>
30433052
<item>
3044-
<widget class="QCheckBox" name="enableGamemode">
3053+
<widget class="QCheckBox" name="showTrophyPopups">
30453054
<property name="text">
3046-
<string>Enable GameMode</string>
3055+
<string>Show trophy popups</string>
30473056
</property>
30483057
</widget>
30493058
</item>

0 commit comments

Comments
 (0)