mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
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:
parent
7a494374be
commit
6b4243c32a
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue