Save in-game language setting

This commit is contained in:
Amaro Martínez 2024-03-27 16:10:01 -05:00
parent 612da023f0
commit e67efa8a66
No known key found for this signature in database
GPG Key ID: 2526D6CBCF6ADD0C
1 changed files with 1 additions and 0 deletions

View File

@ -692,6 +692,7 @@ void FileChoose_UpdateOptionsMenu(GameState* thisx) {
sLastOptionButtonIndex = -1;
osSyncPrintf("");
Save_SaveGlobal();
CVarSave();
osSyncPrintf(VT_FGCOL(YELLOW));
osSyncPrintf("Na_SetSoundOutputMode = %d\n", gSaveContext.audioSetting);
osSyncPrintf("Na_SetSoundOutputMode = %d\n", gSaveContext.audioSetting);