From 0c491e41e3530a1fef2def2a8897f4af1ec03233 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 2 Aug 2013 01:20:04 +0200 Subject: [PATCH] (Shield) Bind proper Start button --- android/native/jni/input_android.c | 2 +- android/phoenix/.classpath | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/native/jni/input_android.c b/android/native/jni/input_android.c index aad91c8f33..6471982f35 100644 --- a/android/native/jni/input_android.c +++ b/android/native/jni/input_android.c @@ -1486,8 +1486,8 @@ static void android_input_set_keybinds(void *data, unsigned device, keycode_lut[AKEYCODE_BUTTON_X] |= ((RETRO_DEVICE_ID_JOYPAD_Y+1) << shift); keycode_lut[AKEYCODE_BUTTON_L1] |= ((RETRO_DEVICE_ID_JOYPAD_L+1) << shift); keycode_lut[AKEYCODE_BUTTON_R1] |= ((RETRO_DEVICE_ID_JOYPAD_R+1) << shift); + keycode_lut[AKEYCODE_BUTTON_START] |= ((RETRO_DEVICE_ID_JOYPAD_START+1) << shift); keycode_lut[AKEYCODE_BUTTON_THUMBL] |= ((RETRO_DEVICE_ID_JOYPAD_SELECT+1) << shift); - keycode_lut[AKEYCODE_BUTTON_THUMBR] |= ((RETRO_DEVICE_ID_JOYPAD_START+1) << shift); break; case DEVICE_CCPCREATIONS_WIIUSE_IME: g_settings.input.device[port] = device; diff --git a/android/phoenix/.classpath b/android/phoenix/.classpath index 0b08408342..c06dfcb8e5 100644 --- a/android/phoenix/.classpath +++ b/android/phoenix/.classpath @@ -2,8 +2,8 @@ + -