mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-10 23:45:16 +01:00
ui: Move SPU Loop Detection to advanced
This commit is contained in:
parent
a9219dff08
commit
e5fefe1f4b
|
|
@ -181,22 +181,6 @@
|
|||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QGroupBox" name="checkboxes">
|
||||
<property name="title">
|
||||
<string>Additional Settings</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="checkboxes_layout">
|
||||
<item>
|
||||
<widget class="QCheckBox" name="spuLoopDetection">
|
||||
<property name="text">
|
||||
<string>Enable SPU loop detection</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QGroupBox" name="gb_max_preempt_count">
|
||||
<property name="sizePolicy">
|
||||
|
|
@ -2463,6 +2447,13 @@
|
|||
</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="llvmPrecompilation">
|
||||
<property name="text">
|
||||
|
|
|
|||
Loading…
Reference in a new issue