mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +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];
|
const struct retro_keybind *keybind = &input_config_binds[i][j];
|
||||||
if (keybind)
|
if (keybind)
|
||||||
settings->uints.input_remap_ids[i][j] = keybind->id;
|
settings->uints.input_remap_ids[i][j] = keybind->id;
|
||||||
|
settings->uints.input_keymapper_ids[j] = RETROK_UNKNOWN;
|
||||||
|
|
||||||
}
|
}
|
||||||
for (j = 0; j < 4; j++)
|
for (j = 0; j < 4; j++)
|
||||||
settings->uints.input_remap_ids[i][RARCH_FIRST_CUSTOM_BIND + j] = j;
|
settings->uints.input_remap_ids[i][RARCH_FIRST_CUSTOM_BIND + j] = j;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user