Android: Add DSP Emulation Engine

This commit is contained in:
Ryan Meredith
2020-04-28 00:59:48 -04:00
parent 88ae4c7914
commit a58942b442
5 changed files with 80 additions and 0 deletions

View File

@ -33,6 +33,26 @@
<item>0</item>
</integer-array>
<!-- DSP Emulation Engine -->
<string-array name="dspEngineEntriesX86_64" translatable="false">
<item>DSP HLE Emulation (fast)</item>
<item>DSP LLE Recompiler</item>
<item>DSP LLE Interpreter (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 Emulation (fast)</item>
<item>DSP LLE Interpreter (slow)</item>
</string-array>
<integer-array name="dspEngineValuesGeneric" translatable="false">
<item>0</item>
<item>2</item>
</integer-array>
<!-- GameCube System Languages -->
<string-array name="gameCubeSystemLanguageEntries" translatable="false">
<item>English</item>