Merge pull request #8809 from Ebola16/ABB

Replace some acronyms
This commit is contained in:
Tilka
2020-06-14 14:30:52 +01:00
committed by GitHub
2 changed files with 14 additions and 12 deletions

View File

@ -64,6 +64,8 @@ void AdvancedPane::CreateLayout()
cpu_options_layout->addLayout(cpu_emulation_layout);
m_enable_mmu_checkbox = new QCheckBox(tr("Enable MMU"));
m_enable_mmu_checkbox->setToolTip(tr(
"Enables the Memory Management Unit, needed for some games. (ON = Compatible, OFF = Fast)"));
cpu_options_layout->addWidget(m_enable_mmu_checkbox);
auto* clock_override = new QGroupBox(tr("Clock Override"));