mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-11 13:26:34 +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…
x
Reference in New Issue
Block a user