SDL_HINT_APP_NAME is now explicitly set to 'ES-DE' to display the correct name in the OS sound settings and similar

This commit is contained in:
Leon Styhre 2024-06-08 12:20:32 +02:00
parent 7a494374be
commit 6b4243c32a

View file

@ -558,6 +558,8 @@ int main(int argc, char* argv[])
std::locale::global(std::locale("C"));
SDL_SetHint(SDL_HINT_APP_NAME, "ES-DE");
#if defined(__APPLE__)
// This is a workaround to disable the incredibly annoying save state functionality in
// macOS which forces a restore of the previous window state. The problem is that this