diff --git a/config.def.h b/config.def.h index 7185a0146e..16a5f49f73 100644 --- a/config.def.h +++ b/config.def.h @@ -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 };