mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-29 19:55:37 +00:00
Fixed a crash on startup if no games were found.
This commit is contained in:
parent
e44c18bc1b
commit
4ee3d91bf4
|
@ -1122,7 +1122,8 @@ void ViewController::preload()
|
|||
getGamelistView(*it)->preloadGamelist();
|
||||
}
|
||||
|
||||
ThemeData::setThemeTransitions();
|
||||
if (SystemData::sSystemVector.size() > 0)
|
||||
ThemeData::setThemeTransitions();
|
||||
|
||||
// Load navigation sounds, either from the theme if it supports it, or otherwise from
|
||||
// the bundled fallback sound files.
|
||||
|
|
Loading…
Reference in a new issue