From 6f27ad67e7ba3e4632f788fd125a6503886178c3 Mon Sep 17 00:00:00 2001 From: sigmabeta Date: Tue, 28 Jul 2015 17:16:14 -0400 Subject: [PATCH] Android: Allow usage of Cached Interpreter core. --- Source/Android/app/src/arm_64/res/values/arrays.xml | 2 ++ Source/Android/app/src/main/res/values/arrays.xml | 2 ++ Source/Android/app/src/main/res/values/strings.xml | 1 + 3 files changed, 5 insertions(+) diff --git a/Source/Android/app/src/arm_64/res/values/arrays.xml b/Source/Android/app/src/arm_64/res/values/arrays.xml index 12ed1695da..8f2ed0edff 100644 --- a/Source/Android/app/src/arm_64/res/values/arrays.xml +++ b/Source/Android/app/src/arm_64/res/values/arrays.xml @@ -6,10 +6,12 @@ @string/interpreter + @string/cached_interpreter @string/jit_arm64_recompiler 0 + 5 4 diff --git a/Source/Android/app/src/main/res/values/arrays.xml b/Source/Android/app/src/main/res/values/arrays.xml index 9cdf07d876..85ebb4ebc1 100644 --- a/Source/Android/app/src/main/res/values/arrays.xml +++ b/Source/Android/app/src/main/res/values/arrays.xml @@ -46,9 +46,11 @@ @string/interpreter + @string/cached_interpreter 0 + 5 diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml index 1d26cd256d..284615b63d 100644 --- a/Source/Android/app/src/main/res/values/strings.xml +++ b/Source/Android/app/src/main/res/values/strings.xml @@ -136,6 +136,7 @@ Interpreter + Cached Interpreter JIT64 Recompiler JITIL Recompiler JIT ARM Recompiler