summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@Gmail.com>2013-10-09 23:08:12 +0000
committerRyan Houdek <Sonicadvance1@Gmail.com>2013-10-09 23:08:12 +0000
commitba9f2d52e1bb6002acc3f4902dc61b1cb7de463b (patch)
tree72f741f73b96617b18378a8f849cb626b40b6820 /Source
parentbd79603c66b54e77ca5b627460b6bdfd1936b2f4 (diff)
Add the JITIL Arm recompiler to the Android settings.
Diffstat (limited to 'Source')
-rw-r--r--Source/Android/res/values/arrays.xml4
-rw-r--r--Source/Android/res/values/strings.xml1
2 files changed, 4 insertions, 1 deletions
diff --git a/Source/Android/res/values/arrays.xml b/Source/Android/res/values/arrays.xml
index 8e75554384..4aaedd6370 100644
--- a/Source/Android/res/values/arrays.xml
+++ b/Source/Android/res/values/arrays.xml
@@ -19,10 +19,12 @@
<string-array name="emuCoreEntriesARM" translatable="false">
<item>@string/interpreter</item>
<item>@string/jit_arm_recompiler</item>
+ <item>@string/jitil_arm_recompiler</item>
</string-array>
<string-array name="emuCoreValuesARM" translatable="false">
<item>0</item>
<item>3</item>
+ <item>4</item>
</string-array>
<!-- CPU core selection - Other -->
@@ -137,4 +139,4 @@
<item>4</item>
</string-array>
-</resources> \ No newline at end of file
+</resources>
diff --git a/Source/Android/res/values/strings.xml b/Source/Android/res/values/strings.xml
index 4364116167..3f3f7151e0 100644
--- a/Source/Android/res/values/strings.xml
+++ b/Source/Android/res/values/strings.xml
@@ -69,6 +69,7 @@
<string name="jit64_recompiler">JIT64 Recompiler</string>
<string name="jitil_recompiler">JITIL Recompiler</string>
<string name="jit_arm_recompiler">JIT ARM Recompiler</string>
+ <string name="jitil_arm_recompiler">JITIL ARM Recompiler</string>
<string name="cpu_core">CPU Core</string>
<string name="cpu_settings">CPU</string>
<string name="emu_core_to_use">Emulation core to use</string>