mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
move accurate rsx reservation to advanced
This commit is contained in:
parent
c0c86521a2
commit
d3585e1f80
1 changed files with 7 additions and 7 deletions
|
@ -1808,6 +1808,13 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="accurateRSXAccess">
|
||||
<property name="text">
|
||||
<string>Accurate RSX reservation access</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="AccurateVectorNaN">
|
||||
<property name="text">
|
||||
|
@ -3404,13 +3411,6 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="accurateRSXAccess">
|
||||
<property name="text">
|
||||
<string>Accurate RSX reservation access</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="hookStFunc">
|
||||
<property name="text">
|
||||
|
|
Loading…
Add table
Reference in a new issue