mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
The MAME names file processing is now done after displaying the splash screen.
This commit is contained in:
parent
efe1478c0b
commit
9779ca8bd5
|
@ -493,7 +493,6 @@ int main(int argc, char* argv[])
|
|||
#endif
|
||||
|
||||
AudioManager::getInstance();
|
||||
MameNames::init();
|
||||
|
||||
if (splashScreen) {
|
||||
std::string progressText = "Loading...";
|
||||
|
@ -502,6 +501,7 @@ int main(int argc, char* argv[])
|
|||
window.renderLoadingScreen(progressText);
|
||||
}
|
||||
|
||||
MameNames::init();
|
||||
loadSystemsReturnCode loadSystemsStatus = loadSystemConfigFile();
|
||||
|
||||
if (loadSystemsStatus) {
|
||||
|
|
Loading…
Reference in a new issue