mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Merge pull request #5428 from fr500/master
resetting remaps should include keymaps
This commit is contained in:
commit
f62bf91e90
@ -258,6 +258,8 @@ void input_remapping_set_defaults(void)
|
||||
const struct retro_keybind *keybind = &input_config_binds[i][j];
|
||||
if (keybind)
|
||||
settings->uints.input_remap_ids[i][j] = keybind->id;
|
||||
settings->uints.input_keymapper_ids[j] = RETROK_UNKNOWN;
|
||||
|
||||
}
|
||||
for (j = 0; j < 4; j++)
|
||||
settings->uints.input_remap_ids[i][RARCH_FIRST_CUSTOM_BIND + j] = j;
|
||||
|
Loading…
x
Reference in New Issue
Block a user