summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/res/values
diff options
context:
space:
mode:
authorzackhow <zackhow@gmail.com>2019-01-10 21:18:16 -0500
committerzackhow <zackhow@gmail.com>2019-01-23 17:19:50 -0500
commitec557eb3a2ffa331254a002da3be7b3081be92ce (patch)
tree2c518e251d54370bbab069cd9004496e8abf0c7c /Source/Android/app/src/main/res/values
parentf9936592493d46392e0def1c04936679009b972f (diff)
Android: double tap screen to press button
Added ingame option to select either wiimote A, B, 2 or Classic A
Diffstat (limited to 'Source/Android/app/src/main/res/values')
-rw-r--r--Source/Android/app/src/main/res/values/arrays.xml13
-rw-r--r--Source/Android/app/src/main/res/values/strings.xml2
2 files changed, 15 insertions, 0 deletions
diff --git a/Source/Android/app/src/main/res/values/arrays.xml b/Source/Android/app/src/main/res/values/arrays.xml
index 403e27b2b1..503788998a 100644
--- a/Source/Android/app/src/main/res/values/arrays.xml
+++ b/Source/Android/app/src/main/res/values/arrays.xml
@@ -306,6 +306,19 @@
<item>Right Stick</item>
</string-array>
+ <string-array name="doubleTap">
+ <item>Button A</item>
+ <item>Button B</item>
+ <item>Button 2</item>
+ </string-array>
+
+ <string-array name="doubleTapWithClassic">
+ <item>Button A</item>
+ <item>Button B</item>
+ <item>Button 2</item>
+ <item>Classic A</item>
+ </string-array>
+
<string-array name="gameSettingsMenusGC">
<item>Core Settings</item>
<item>GFX Settings</item>
diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml
index a33db04ac8..0e13855779 100644
--- a/Source/Android/app/src/main/res/values/strings.xml
+++ b/Source/Android/app/src/main/res/values/strings.xml
@@ -298,7 +298,9 @@
<string name="emulation_controller_changed">You may have to reload the game after changing extensions.</string>
<string name="emulation_touch_button_help">Swipe down from the top of the screen to access the menu.</string>
<string name="emulation_touch_overlay_reset">Reset Overlay</string>
+ <string name="emulation_ir_group">Touch IR Pointer</string>
<string name="emulation_ir_sensitivity">IR Sensitivity</string>
+ <string name="emulation_choose_doubletap">Double tap button</string>
<!-- GC Adapter Menu-->
<string name="gc_adapter_rumble">Enable Vibration</string>