mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-11 10:13:53 +00:00
(Android) Hook up AKEYCODE_MENU to RGUI toggle
This commit is contained in:
parent
b0b52f1a3c
commit
eb3975c81d
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user