mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
The splash screen is now rendered much earlier during the application startup.
This commit is contained in:
parent
639fa51bc6
commit
b0d3133983
|
@ -681,6 +681,7 @@ int main(int argc, char* argv[])
|
|||
}
|
||||
|
||||
window->pushGui(ViewController::getInstance());
|
||||
window->renderSplashScreen(Window::SplashScreenState::SCANNING, 0.0f);
|
||||
|
||||
InputManager::getInstance().parseEvent(event);
|
||||
if (event.type == SDL_QUIT)
|
||||
|
|
Loading…
Reference in a new issue