mirror of
https://github.com/libretro/RetroArch
synced 2025-01-25 15:35:29 +00:00
Fix assertion trip in settings.c.
This commit is contained in:
parent
ad2cd4e492
commit
4975ea35fe
@ -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) },
|
||||
|
Loading…
x
Reference in New Issue
Block a user