mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Fixed a compile error caused by a call to a deleted function.
This commit is contained in:
parent
f753fef1c5
commit
d9c885baf3
|
@ -193,7 +193,7 @@ bool ISimpleGameListView::input(InputConfig* config, Input input)
|
|||
if (getCursor()->getType() == FOLDER && foldersOnTop == true)
|
||||
foldersOnTop = !getCursor()->viewHasOnlyFolders();
|
||||
|
||||
if (CollectionSystemManager::get()->getIsCustomCollection(mRoot->getSystem()))
|
||||
if (mRoot->getSystem()->isCustomCollection())
|
||||
favoritesSorting = Settings::getInstance()->getBool("FavFirstCustom");
|
||||
else
|
||||
favoritesSorting = Settings::getInstance()->getBool("FavoritesFirst");
|
||||
|
|
Loading…
Reference in a new issue