(RMenu )(Very glitchy) menu toggle

This commit is contained in:
twinaphex 2013-04-27 16:22:02 +02:00
parent 767ad59857
commit 19b8877e18

View File

@ -85,7 +85,7 @@ static const struct retro_keybind _rmenu_nav_binds[] = {
{ 0, 0, NULL, (enum retro_key)0, (1ULL << RETRO_DEVICE_ID_JOYPAD_R), 0 },
{ 0, 0, NULL, (enum retro_key)0, (1ULL << RETRO_DEVICE_ID_JOYPAD_L2), 0 },
{ 0, 0, NULL, (enum retro_key)0, (1ULL << RETRO_DEVICE_ID_JOYPAD_R2), 0 },
{ 0, 0, NULL, (enum retro_key)0, (1ULL << RARCH_MENU_TOGGLE), 0 },
{ 0, 0, NULL, (enum retro_key)0, ((1ULL << RETRO_DEVICE_ID_JOYPAD_L3) + (1ULL << RETRO_DEVICE_ID_JOYPAD_R3)), 0 },
};
static const struct retro_keybind *rmenu_nav_binds[] = {