this should fix controller indexes changing after binding
This commit is contained in:
parent
829cd27cf1
commit
44feeabace
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue