(config.def.h) Change HAVE_RGUI ifdef to HAVE_MENU

This commit is contained in:
twinaphex 2014-06-13 06:52:09 +02:00
parent d6486df835
commit 7fda6476b1

View File

@ -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
};