Merge pull request #12380 from flodavid/save-profile

Save configuration profile name used by players
This commit is contained in:
Narr the Reg 2024-01-16 21:27:25 -06:00 committed by GitHub
commit 46c2435235
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 55 additions and 12 deletions

View file

@ -21,7 +21,7 @@ void AndroidConfig::ReloadAllValues() {
}
void AndroidConfig::SaveAllValues() {
Save();
SaveValues();
SaveAndroidValues();
}