mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 18:53:28 +01:00
Settings: Reorder settings in Emulator
This commit is contained in:
parent
9ab89c634b
commit
0e79fbda05
@ -2865,9 +2865,16 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="startGameFullscreen">
|
<widget class="QCheckBox" name="pausedSavestates">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Start games in Fullscreen mode</string>
|
<string>Pause emulation after loading savestates</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="pauseDuringHomeMenu">
|
||||||
|
<property name="text">
|
||||||
|
<string>Pause emulation during home menu</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -2886,9 +2893,9 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="useNativeInterface">
|
<widget class="QCheckBox" name="showPPUCompilationHint">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Use native user interface</string>
|
<string>Show PPU compilation hint</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -2900,23 +2907,16 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="showPPUCompilationHint">
|
<widget class="QCheckBox" name="startGameFullscreen">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Show PPU compilation hint</string>
|
<string>Start games in fullscreen mode</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="pauseDuringHomeMenu">
|
<widget class="QCheckBox" name="useNativeInterface">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Pause emulation during home menu</string>
|
<string>Use native user interface</string>
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="pausedSavestates">
|
|
||||||
<property name="text">
|
|
||||||
<string>Pause emulation after loading savestates</string>
|
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user