From eb3975c81db318b5e4ffb4d72fb37bcc8fa6bacb Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 5 Mar 2013 18:03:05 +0100 Subject: [PATCH] (Android) Hook up AKEYCODE_MENU to RGUI toggle --- android/native/jni/input_autodetect.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/android/native/jni/input_autodetect.c b/android/native/jni/input_autodetect.c index 0b21cea32a..c056474fa6 100644 --- a/android/native/jni/input_autodetect.c +++ b/android/native/jni/input_autodetect.c @@ -139,11 +139,7 @@ void input_autodetect_setup (void *data, char *msg, size_t sizeof_msg, unsigned } } -#if 0 keycode_lut[AKEYCODE_MENU] |= ((RARCH_RMENU_TOGGLE + 1) << shift); -#else - keycode_lut[AKEYCODE_BACK] |= ((RARCH_RMENU_TOGGLE + 1) << shift); -#endif if (g_settings.input.autodetect_enable) {