mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03: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:
@@ -1840,6 +1840,7 @@ void titleinput(void)
|
||||
key.controllerButtonDown() )
|
||||
{
|
||||
updatebuttonmappings(game.currentmenuoption);
|
||||
game.savestatsandsettings_menu();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user