summaryrefslogtreecommitdiff
path: root/Source/Android/app/src
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2020-05-03 17:53:27 +0200
committerLéo Lam <leo@leolam.fr>2020-05-03 17:54:05 +0200
commit297bbceadf05a68daa2b85afa2eeb25c1f42eac1 (patch)
treecc211d20b35ed6277daa21f2bfad1487b9c984c4 /Source/Android/app/src
parent6e01855e8e93331e0a616bfa0bffb6c00dc76ede (diff)
Remove redundant "Emulation" from "DSP HLE Emulation"
HLE stands for "high-level emulation", so "DSP HLE Emulation" would mean "DSP High-Level Emulation Emulation"
Diffstat (limited to 'Source/Android/app/src')
-rw-r--r--Source/Android/app/src/main/res/values/arrays.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Android/app/src/main/res/values/arrays.xml b/Source/Android/app/src/main/res/values/arrays.xml
index f0766f151b..ce27ecf72e 100644
--- a/Source/Android/app/src/main/res/values/arrays.xml
+++ b/Source/Android/app/src/main/res/values/arrays.xml
@@ -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">