mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 12:45:50 +00:00
Change Dual Core (speedup) to Dual Core (speedhack)
This commit is contained in:
parent
2849606518
commit
9a730bacce
2 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ void GeneralPane::CreateBasic()
|
|||
basic_group->setLayout(basic_group_layout);
|
||||
m_main_layout->addWidget(basic_group);
|
||||
|
||||
m_checkbox_dualcore = new QCheckBox(tr("Enable Dual Core (speedup)"));
|
||||
m_checkbox_dualcore = new QCheckBox(tr("Enable Dual Core (speedhack)"));
|
||||
basic_group_layout->addWidget(m_checkbox_dualcore);
|
||||
|
||||
m_checkbox_cheats = new QCheckBox(tr("Enable Cheats"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue