mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-30 03:55:40 +00:00
Added the System view loading to the ViewController preload to avoid texture pop-ins.
This commit is contained in:
parent
b957cfcea6
commit
99604d3a34
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue