Save in-game language setting (#4026)

This commit is contained in:
Amaro Martínez 2024-04-19 08:41:55 -05:00 committed by GitHub
parent 19be6e9b99
commit 32288be744
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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