mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
Don't save mouse buttons in autoconfig (#16098)
This commit is contained in:
parent
b01d3a63ea
commit
caf2bcbc80
@ -5007,9 +5007,14 @@ bool config_save_autoconf_profile(const
|
||||
{
|
||||
const struct retro_keybind *bind = &input_config_binds[user][i];
|
||||
if (bind->valid)
|
||||
input_config_save_keybind(
|
||||
{
|
||||
save_keybind_joykey(
|
||||
conf, "input", input_config_bind_map_get_base(i),
|
||||
bind, false);
|
||||
save_keybind_axis(
|
||||
conf, "input", input_config_bind_map_get_base(i),
|
||||
bind, false);
|
||||
}
|
||||
}
|
||||
|
||||
ret = config_file_write(conf, autoconf_file, false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user