mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01: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:
parent
96660cd235
commit
d25243943e
1 changed files with 1 additions and 0 deletions
|
@ -1840,6 +1840,7 @@ void titleinput(void)
|
|||
key.controllerButtonDown() )
|
||||
{
|
||||
updatebuttonmappings(game.currentmenuoption);
|
||||
game.savestatsandsettings_menu();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue