mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-08 09:40:18 +01:00
Settings: Move 'Disable Asynchronous Memory Manager' to Debug
This commit is contained in:
parent
2bf5ae3272
commit
af768d5c22
|
|
@ -2712,13 +2712,6 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="disableAsyncHostMM">
|
||||
<property name="text">
|
||||
<string>Disable Asynchronous Memory Manager</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -4272,6 +4265,13 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="disableAsyncHostMM">
|
||||
<property name="text">
|
||||
<string>Disable Asynchronous Memory Manager</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="verticalSpacerDebugGPU">
|
||||
<property name="orientation">
|
||||
|
|
|
|||
Loading…
Reference in a new issue