mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-17 09:07:52 +00:00
General: Add settings for fastmem and disabling adress space check.
This commit is contained in:
parent
8d2a08553e
commit
3147b9e34c
12 changed files with 83 additions and 6 deletions
|
@ -123,6 +123,18 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="cpuopt_unsafe_fastmem_check">
|
||||
<property name="toolTip">
|
||||
<string>
|
||||
<div>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.</div>
|
||||
</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Disable address space checks</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue