From aa75847f9853d9a93a524ff629fabdd05dbe1791 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 5 Mar 2013 17:46:13 +0100 Subject: [PATCH] (Android) PS3 - Add commented-out menu button --- android/native/jni/input_autodetect.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/native/jni/input_autodetect.c b/android/native/jni/input_autodetect.c index 9b64af9ddc..79a79aeb84 100644 --- a/android/native/jni/input_autodetect.c +++ b/android/native/jni/input_autodetect.c @@ -486,6 +486,8 @@ void input_autodetect_setup (void *data, char *msg, size_t sizeof_msg, unsigned } else { + //PS button will be used for RGUI toggle + //keycode_lut[AKEYCODE_BUTTON_1] |= ((RETRO_DEVICE_ID_JOYPAD_B+1) << shift); keycode_lut[AKEYCODE_BUTTON_X] |= ((RETRO_DEVICE_ID_JOYPAD_B+1) << shift); keycode_lut[AKEYCODE_BUTTON_A] |= ((RETRO_DEVICE_ID_JOYPAD_Y+1) << shift); }