mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-30 01:55:39 +00:00
(Android) Localization files are now always setup on startup
This commit is contained in:
parent
311ad93337
commit
009b5b8d33
|
@ -733,7 +733,6 @@ int main(int argc, char* argv[])
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
Utils::Localization::setLocale();
|
|
||||||
Scripting::fireEvent("startup");
|
Scripting::fireEvent("startup");
|
||||||
|
|
||||||
#if defined(__EMSCRIPTEN__)
|
#if defined(__EMSCRIPTEN__)
|
||||||
|
@ -1014,6 +1013,12 @@ int main(int argc, char* argv[])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if defined(__ANDROID__)
|
||||||
|
Utils::Platform::Android::setupLocalizationFiles();
|
||||||
|
#endif
|
||||||
|
|
||||||
|
Utils::Localization::setLocale();
|
||||||
|
|
||||||
renderer = Renderer::getInstance();
|
renderer = Renderer::getInstance();
|
||||||
window = Window::getInstance();
|
window = Window::getInstance();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue