feat: settings saving

This commit is contained in:
2026-08-19 23:10:58 -04:00
parent 5a3c528ed0
commit f615927e0e
6 changed files with 22 additions and 12 deletions
@@ -7,7 +7,7 @@ DWORD XGetLanguage()
GetUserDefaultLocaleName(wchLocaleName,LOCALE_NAME_MAX_LENGTH);
eMCLang eLang=(eMCLang)app.get_eMCLang(wchLocaleName);
#ifdef _DEBUG
#ifdef _XGETLANGDEBUG //str1k3r - make this its own def so we dont spam output on debug
app.DebugPrintf("XGetLanguage() ==> '%ls'\n", wchLocaleName);
#endif