this should fix controller indexes changing after binding

This commit is contained in:
radius 2015-07-26 18:35:13 -05:00
parent 829cd27cf1
commit 44feeabace
1 changed files with 1 additions and 1 deletions

View File

@ -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;