mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-07 13:37:46 +00:00
ui: Move Accurate DFMA to debug
This commit is contained in:
parent
67a67feb68
commit
90ebc7f319
1 changed files with 7 additions and 7 deletions
|
|
@ -2414,13 +2414,6 @@
|
|||
<string>Core</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="gb_advanced_core_layout">
|
||||
<item>
|
||||
<widget class="QCheckBox" name="accurateDFMA">
|
||||
<property name="text">
|
||||
<string>Accurate DFMA</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="accurateRSXAccess">
|
||||
<property name="text">
|
||||
|
|
@ -4334,6 +4327,13 @@
|
|||
<string>Core</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="gb_debug_core_layout">
|
||||
<item>
|
||||
<widget class="QCheckBox" name="accurateDFMA">
|
||||
<property name="text">
|
||||
<string>Accurate DFMA</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="alwaysStart">
|
||||
<property name="text">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue