diff options
| author | Mai M <mathew1800@gmail.com> | 2021-07-23 12:22:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-23 12:22:38 -0400 |
| commit | 1fa527f44c465abdf6de030e8282cef68f51537e (patch) | |
| tree | 6a28b2162dc07fb9cc7004d8d79d8cd2402aae5c /Source/Android/app/src | |
| parent | f380c23fda9fd1b45e458551a8dd1aa9ae60db0a (diff) | |
| parent | f70df930a616147960f332886fdd50eb48bfb5e1 (diff) | |
Merge pull request #9943 from JosJuice/android-dsp-recommendations
Android: Adjust DSP selection names
Diffstat (limited to 'Source/Android/app/src')
| -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> |
