diff options
| author | OatmealDome <OatmealDome@users.noreply.github.com> | 2024-07-28 16:16:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-28 16:16:05 -0400 |
| commit | de503092092045f794e24934bee49591ecc01e5f (patch) | |
| tree | a91a27577fad9f424b250be0681ff4b5e972d00e /Source/Core | |
| parent | 284960651827a15888a78b47db3978079307c793 (diff) | |
| parent | 9a730bacce411e9a4ad68e58d8275d1a16ef595f (diff) | |
Merge pull request #12962 from MayImilae/tellitlikeitis
Dual Core Labeling Update
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DolphinQt/Settings/GeneralPane.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt/Settings/GeneralPane.cpp b/Source/Core/DolphinQt/Settings/GeneralPane.cpp index 00f7c5ea17..4804c72102 100644 --- a/Source/Core/DolphinQt/Settings/GeneralPane.cpp +++ b/Source/Core/DolphinQt/Settings/GeneralPane.cpp @@ -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")); |
