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
7 changed files with 55 additions and 12 deletions

View File

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