mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
resetting remaps should include keymaps
This commit is contained in:
parent
ba24d6440a
commit
5dc52d9489
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue