mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Replace some acronyms
This commit is contained in:
parent
74b2410d7e
commit
2a70d86d55
2 changed files with 14 additions and 12 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue