Add an option to control Host MMU Emulation
This commit is contained in:
parent
eb80a30c42
commit
7b5bfb0743
5 changed files with 22 additions and 0 deletions
|
@ -118,6 +118,8 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QWidget* parent)
|
|||
// Cpu Debug
|
||||
|
||||
// Cpu Unsafe
|
||||
INSERT(Settings, cpuopt_unsafe_mmu, tr("Enable Host MMU Emulation"),
|
||||
tr("This optimization speeds up memory accesses by the guest program.\nEnabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.\nDisabling this forces all memory accesses to use Software MMU Emulation."));
|
||||
INSERT(
|
||||
Settings,
|
||||
cpuopt_unsafe_unfuse_fma,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue