<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>
<div style="white-space: nowrap">This optimization speeds up memory accesses by the guest program.</div>
<div style="white-space: nowrap">Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.</div>
<div style="white-space: nowrap">Disabling this forces all memory accesses to use Software MMU Emulation.</div>