Added the System view loading to the ViewController preload to avoid texture pop-ins.

This commit is contained in:
Leon Styhre 2021-11-04 21:59:24 +01:00
parent b957cfcea6
commit 99604d3a34

View file

@ -962,6 +962,9 @@ void ViewController::preload()
}
(*it)->getIndex()->resetFilters();
// This makes sure we avoid texture pop-in when loading theme extras.
getSystemListView();
if (Settings::getInstance()->getBool("PreloadGamelists"))
getGameListView(*it)->preloadGamelist();
else