Disable full MMU by default and add it to global config GUI

Requested by JMC.
This commit is contained in:
JosJuice
2019-09-04 19:52:35 +02:00
parent 08b191ee8e
commit 9e0b09ddf4
3 changed files with 11 additions and 4 deletions

View File

@ -32,6 +32,7 @@ private:
void Update();
QComboBox* m_cpu_emulation_engine_combobox;
QCheckBox* m_enable_mmu_checkbox;
QCheckBox* m_cpu_clock_override_checkbox;
QSlider* m_cpu_clock_override_slider;
QLabel* m_cpu_clock_override_slider_label;