summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-07-31 02:51:48 -0400
committerLioncash <mathew1800@gmail.com>2014-07-31 02:51:48 -0400
commit5bb9a74759dd6aeb7d4fc56cdbcb716aa7b311ef (patch)
tree21f643c750fba6de97ca4b6c64f4b48092cf649b /Source/Android
parentf5078273990e381a8437e945828444cefc410417 (diff)
parentfda2190a3787e4571ed77a9e2325c5a4e7fe3ff9 (diff)
Merge pull request #527 from delroth/flags-opt
[RFC] PowerPC flags emulation optimization
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/res/values-ja/strings.xml1
-rw-r--r--Source/Android/res/values/arrays.xml2
-rw-r--r--Source/Android/res/values/strings.xml1
3 files changed, 0 insertions, 4 deletions
diff --git a/Source/Android/res/values-ja/strings.xml b/Source/Android/res/values-ja/strings.xml
index 49502bf86d..84b6c24f58 100644
--- a/Source/Android/res/values-ja/strings.xml
+++ b/Source/Android/res/values-ja/strings.xml
@@ -137,7 +137,6 @@
<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_settings">CPU</string>
<string name="cpu_core">CPUコア</string>
<string name="cpu_core_desc">%s</string>
diff --git a/Source/Android/res/values/arrays.xml b/Source/Android/res/values/arrays.xml
index 4aaedd6370..4233c194be 100644
--- a/Source/Android/res/values/arrays.xml
+++ b/Source/Android/res/values/arrays.xml
@@ -19,12 +19,10 @@
<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 -->
diff --git a/Source/Android/res/values/strings.xml b/Source/Android/res/values/strings.xml
index 88d89dbb85..92e3094121 100644
--- a/Source/Android/res/values/strings.xml
+++ b/Source/Android/res/values/strings.xml
@@ -138,7 +138,6 @@
<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_settings">CPU</string>
<string name="cpu_core">CPU Core</string>
<string name="cpu_core_desc">%s</string>