Skip to content

Commit

Permalink
Don't save mouse buttons in autoconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
bslenul committed Jan 9, 2024
1 parent 6eaa3aa commit 172f672
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configuration.c
Original file line number Diff line number Diff line change
Expand Up @@ -5004,7 +5004,10 @@ 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);
}
Expand Down

0 comments on commit 172f672

Please sign in to comment.