mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06: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:
@ -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">
|
||||
|
Reference in New Issue
Block a user