From 2dde412d6425fe9fc4c1f122f973c89d33fe76da Mon Sep 17 00:00:00 2001 From: Hans-Kristian Arntzen Date: Sat, 16 Mar 2013 21:49:45 +0100 Subject: [PATCH] Fix settings.c derp --- settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.c b/settings.c index 7db8236733..c52f929f36 100644 --- a/settings.c +++ b/settings.c @@ -839,7 +839,7 @@ static const struct bind_map bind_maps[MAX_PLAYERS][RARCH_BIND_LIST_END_NULL] = DECLARE_BIND(disk_next, RARCH_DISK_NEXT), #ifdef HAVE_RGUI DECLARE_BIND(menu_toggle, RARCH_MENU_TOGGLE), -#endif HAVE_RGUI +#endif }, { DECL_PLAYER(2) },