From a2c8050ebafca2b74df2b86b8b490221beaf19b7 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sun, 25 Apr 2021 17:08:10 +0200 Subject: DolphinQt/Android: Unify the JIT naming scheme I think the AArch64 JIT has come far enough that it doesn't have to be called experimental anymore. I'm also labeling the x86-64 JIT as x86-64 for consistence with the AArch64 JIT. This will especially be helpful if we start supporting AArch64 on macOS, as AArch64 macOS can run both the x86-64 JIT and the AArch64 JIT depending on whether you enable Rosetta 2. --- Source/Android/app/src/main/res/values/arrays.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Source/Android/app/src') diff --git a/Source/Android/app/src/main/res/values/arrays.xml b/Source/Android/app/src/main/res/values/arrays.xml index b8371321ec..63cf58ed57 100644 --- a/Source/Android/app/src/main/res/values/arrays.xml +++ b/Source/Android/app/src/main/res/values/arrays.xml @@ -5,9 +5,9 @@ - JIT Recompiler - Cached Interpreter - Interpreter + JIT Recompiler for x86-64 (recommended) + Cached Interpreter (slower) + Interpreter (slowest) 1 @@ -15,9 +15,9 @@ 0 - JIT ARM64 Recompiler - Cached Interpreter - Interpreter + JIT Recompiler for ARM64 (recommended) + Cached Interpreter (slower) + Interpreter (slowest) 4 -- cgit v1.2.3