mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 08:39:00 +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
|
@ -35,7 +35,7 @@
|
|||
|
||||
<!-- DSP Emulation Engine -->
|
||||
<string-array name="dspEngineEntriesX86_64" translatable="false">
|
||||
<item>DSP HLE Emulation (fast)</item>
|
||||
<item>DSP HLE (fast)</item>
|
||||
<item>DSP LLE Recompiler</item>
|
||||
<item>DSP LLE Interpreter (slow)</item>
|
||||
</string-array>
|
||||
|
@ -45,7 +45,7 @@
|
|||
<item>2</item>
|
||||
</integer-array>
|
||||
<string-array name="dspEngineEntriesGeneric" translatable="false">
|
||||
<item>DSP HLE Emulation (fast)</item>
|
||||
<item>DSP HLE (fast)</item>
|
||||
<item>DSP LLE Interpreter (slow)</item>
|
||||
</string-array>
|
||||
<integer-array name="dspEngineValuesGeneric" translatable="false">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue