From 9779ca8bd572e5e9a4b9601663de8ccb40743df4 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Mon, 15 Mar 2021 21:03:44 +0100 Subject: [PATCH] The MAME names file processing is now done after displaying the splash screen. --- es-app/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-app/src/main.cpp b/es-app/src/main.cpp index cae13a622..190652f49 100644 --- a/es-app/src/main.cpp +++ b/es-app/src/main.cpp @@ -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) {