mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Remove redundant "Emulation" from "DSP HLE Emulation"
HLE stands for "high-level emulation", so "DSP HLE Emulation" would mean "DSP High-Level Emulation Emulation"
This commit is contained in:
parent
6e01855e8e
commit
297bbceadf
3 changed files with 4 additions and 4 deletions
|
@ -48,7 +48,7 @@ void AudioPane::CreateWidgets()
|
|||
auto* dsp_layout = new QVBoxLayout;
|
||||
|
||||
dsp_box->setLayout(dsp_layout);
|
||||
m_dsp_hle = new QRadioButton(tr("DSP HLE Emulation (fast)"));
|
||||
m_dsp_hle = new QRadioButton(tr("DSP HLE (fast)"));
|
||||
m_dsp_lle = new QRadioButton(tr("DSP LLE Recompiler"));
|
||||
m_dsp_interpreter = new QRadioButton(tr("DSP LLE Interpreter (slow)"));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue