Fix assertion trip in settings.c.

This commit is contained in:
Hans-Kristian Arntzen 2013-03-16 21:45:34 +01:00
parent ad2cd4e492
commit 4975ea35fe

View File

@ -837,7 +837,9 @@ static const struct bind_map bind_maps[MAX_PLAYERS][RARCH_BIND_LIST_END_NULL] =
DECLARE_BIND(overlay_next, RARCH_OVERLAY_NEXT),
DECLARE_BIND(disk_eject_toggle, RARCH_DISK_EJECT_TOGGLE),
DECLARE_BIND(disk_next, RARCH_DISK_NEXT),
#ifdef HAVE_RGUI
DECLARE_BIND(menu_toggle, RARCH_MENU_TOGGLE),
#endif HAVE_RGUI
},
{ DECL_PLAYER(2) },