mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Settings: Move 'PPU Vector NaN Fixup' to Debug
This commit is contained in:
parent
ac7d53cc37
commit
a074b14631
1 changed files with 7 additions and 7 deletions
|
@ -2441,13 +2441,6 @@
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="fixupPPUVNAN">
|
|
||||||
<property name="text">
|
|
||||||
<string>PPU Vector NaN Fixup</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="llvmPrecompilation">
|
<widget class="QCheckBox" name="llvmPrecompilation">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
@ -4395,6 +4388,13 @@
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="fixupPPUVNAN">
|
||||||
|
<property name="text">
|
||||||
|
<string>PPU Vector NaN Fixup</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<spacer name="verticalSpacerDebugCore">
|
<spacer name="verticalSpacerDebugCore">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue