From 7382561abebcaa907a364742680b4e8d66da93b4 Mon Sep 17 00:00:00 2001 From: oshaboy Date: Mon, 20 Jan 2025 02:00:28 +0200 Subject: [PATCH] I did not mean to remove that line --- configuration.c | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.c b/configuration.c index 0e9207eb3896..6908dbc3f5ce 100644 --- a/configuration.c +++ b/configuration.c @@ -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); } }