Skip to content

Commit

Permalink
I did not mean to remove that line
Browse files Browse the repository at this point in the history
  • Loading branch information
oshaboy committed Jan 20, 2025
1 parent a65e2fc commit 7382561
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configuration.c
Original file line number Diff line number Diff line change
Expand Up @@ -4994,6 +4994,7 @@ static void input_config_save_keybinds_user(config_file_t *conf, unsigned user)

config_set_string(conf, key, btn);
save_keybind_joykey (conf, prefix, base, bind, true);
save_keybind_axis (conf, prefix, base, bind, true);
save_keybind_mbutton(conf, prefix, base, bind, true);
}
}
Expand Down

0 comments on commit 7382561

Please sign in to comment.