mirror of
https://github.com/libretro/RetroArch
synced 2024-12-28 18:31:05 +00:00
(config.def.h) Change HAVE_RGUI ifdef to HAVE_MENU
This commit is contained in:
parent
d6486df835
commit
7fda6476b1
@ -700,7 +700,7 @@ static const struct retro_keybind retro_keybinds_1[] = {
|
||||
{ true, RARCH_DISK_EJECT_TOGGLE, RETRO_LBL_DISK_EJECT_TOGGLE, RETROK_UNKNOWN, NO_BTN, 0, AXIS_NONE },
|
||||
{ true, RARCH_DISK_NEXT, RETRO_LBL_DISK_NEXT, RETROK_UNKNOWN, NO_BTN, 0, AXIS_NONE },
|
||||
{ true, RARCH_GRAB_MOUSE_TOGGLE, RETRO_LBL_GRAB_MOUSE_TOGGLE, RETROK_F11, NO_BTN, 0, AXIS_NONE },
|
||||
#ifdef HAVE_RGUI
|
||||
#ifdef HAVE_MENU
|
||||
{ true, RARCH_MENU_TOGGLE, RETRO_LBL_MENU_TOGGLE, RETROK_F1, NO_BTN, 0, AXIS_NONE },
|
||||
#endif
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user