From 44feeabace6b24f3a1fc7c30d99ff772a7187090 Mon Sep 17 00:00:00 2001 From: radius Date: Sun, 26 Jul 2015 18:35:13 -0500 Subject: [PATCH] this should fix controller indexes changing after binding --- menu/menu_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/menu_input.c b/menu/menu_input.c index 5b6bea27e8..1aa0376d14 100644 --- a/menu/menu_input.c +++ b/menu/menu_input.c @@ -371,7 +371,7 @@ static bool menu_input_poll_find_trigger(struct menu_bind_state *state, /* Update the joypad mapping automatically. * More friendly that way. */ - settings->input.joypad_map[state->user] = i; + //settings->input.joypad_map[state->user] = i; return true; } return false;