Save settings after changing controller keybind

The game automatically writes settings to disk after any other setting
is changed, so it should do the same whenever the user changes
controller keybinds.
This commit is contained in:
Misa
2021-06-11 12:54:36 -07:00
parent 96660cd235
commit d25243943e

View File

@@ -1840,6 +1840,7 @@ void titleinput(void)
key.controllerButtonDown() ) key.controllerButtonDown() )
{ {
updatebuttonmappings(game.currentmenuoption); updatebuttonmappings(game.currentmenuoption);
game.savestatsandsettings_menu();
} }
} }