General: Add settings for fastmem and disabling adress space check.

This commit is contained in:
FernandoS27 2021-06-06 09:57:24 +02:00 committed by Markus Wick
parent 8d2a08553e
commit 3147b9e34c
12 changed files with 83 additions and 6 deletions

View file

@ -123,6 +123,18 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cpuopt_unsafe_fastmem_check">
<property name="toolTip">
<string>
&lt;div&gt;This option improves speed by eliminating a safety check before every memory read/write in guest. Disabling it may allow a game to read/write the emulator's memory.&lt;/div&gt;
</string>
</property>
<property name="text">
<string>Disable address space checks</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>