mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-17 18:55:19 +01:00
ui: Move SPU Loop Detection to advanced
This commit is contained in:
parent
e2a26f937f
commit
8587fca5db
|
|
@ -181,22 +181,6 @@
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</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>
|
<item>
|
||||||
<widget class="QGroupBox" name="gb_max_preempt_count">
|
<widget class="QGroupBox" name="gb_max_preempt_count">
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
|
|
@ -2463,6 +2447,13 @@
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="spuLoopDetection">
|
||||||
|
<property name="text">
|
||||||
|
<string>Enable SPU loop detection</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="llvmPrecompilation">
|
<widget class="QCheckBox" name="llvmPrecompilation">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue