diff options
Diffstat (limited to 'Source/Android/app/src/main')
| -rw-r--r-- | Source/Android/app/src/main/res/values/arrays.xml | 4 |
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"> |
