From 3d7b8570b6ad1a4205a05ce156a1955b102ed8cd Mon Sep 17 00:00:00 2001 From: TwistedUmbrella Date: Mon, 24 Feb 2014 00:33:44 -0500 Subject: [PATCH] Support "Select" as menu, Mapping, "Menu" hardware key --- .../android/res/layout/input_mod_fragment.xml | 51 +++++++++++++++++++ .../emulator/config/InputModFragment.java | 20 ++++++++ .../reicast/emulator/emu/GL2JNIActivity.java | 16 +++++- .../com/reicast/emulator/periph/Gamepad.java | 13 ++++- 4 files changed, 97 insertions(+), 3 deletions(-) diff --git a/shell/android/res/layout/input_mod_fragment.xml b/shell/android/res/layout/input_mod_fragment.xml index e6877dcde..ed65f0ac0 100644 --- a/shell/android/res/layout/input_mod_fragment.xml +++ b/shell/android/res/layout/input_mod_fragment.xml @@ -656,6 +656,57 @@ android:text="@string/remove" /> + + + + + + + + + + + + +