Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9943 from JosJuice/android-dsp-recommendations
Android: Adjust DSP selection names
  • Loading branch information
lioncash committed Jul 23, 2021
2 parents f380c23 + f70df93 commit 1fa527f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Source/Android/app/src/main/res/values/arrays.xml
Expand Up @@ -47,18 +47,18 @@

<!-- 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>
<item>1</item>
<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>
Expand Down

0 comments on commit 1fa527f

Please sign in to comment.