diff options
| author | JosJuice <josjuice@gmail.com> | 2021-07-23 08:57:39 +0200 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2021-07-23 08:57:39 +0200 |
| commit | f70df930a616147960f332886fdd50eb48bfb5e1 (patch) | |
| tree | 6a28b2162dc07fb9cc7004d8d79d8cd2402aae5c /Source/Android/app/src/main | |
| parent | f380c23fda9fd1b45e458551a8dd1aa9ae60db0a (diff) | |
Android: Adjust DSP selection names
The Android strings were not updated in 59e6048 along with the
DolphinQt strings.
Diffstat (limited to 'Source/Android/app/src/main')
| -rw-r--r-- | Source/Android/app/src/main/res/values/arrays.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/Android/app/src/main/res/values/arrays.xml b/Source/Android/app/src/main/res/values/arrays.xml index 56317ee3de..c7960258fa 100644 --- a/Source/Android/app/src/main/res/values/arrays.xml +++ b/Source/Android/app/src/main/res/values/arrays.xml @@ -47,9 +47,9 @@ <!-- DSP Emulation Engine --> <string-array name="dspEngineEntriesX86_64" translatable="false"> - <item>DSP HLE (fast)</item> - <item>DSP LLE Recompiler</item> - <item>DSP LLE Interpreter (slow)</item> + <item>DSP HLE (recommended)</item> + <item>DSP LLE Recompiler (slow)</item> + <item>DSP LLE Interpreter (very slow)</item> </string-array> <integer-array name="dspEngineValuesX86_64" translatable="false"> <item>0</item> @@ -57,8 +57,8 @@ <item>2</item> </integer-array> <string-array name="dspEngineEntriesGeneric" translatable="false"> - <item>DSP HLE (fast)</item> - <item>DSP LLE Interpreter (slow)</item> + <item>DSP HLE (recommended)</item> + <item>DSP LLE Interpreter (very slow)</item> </string-array> <integer-array name="dspEngineValuesGeneric" translatable="false"> <item>0</item> |
