(Android) Hook up AKEYCODE_MENU to RGUI toggle

This commit is contained in:
twinaphex 2013-03-05 18:03:05 +01:00
parent b0b52f1a3c
commit eb3975c81d

View File

@ -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)
{