1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-26 06:28:30 +02:00

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() )
{
updatebuttonmappings(game.currentmenuoption);
game.savestatsandsettings_menu();
}
}