Add Recently Played and Most Played per Profile as sorts

This commit is contained in:
Crash Cringle
2025-03-03 23:36:06 -08:00
committed by teejusb
parent 6707922be8
commit 6201e1ab94
6 changed files with 61 additions and 2 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ void Banner::LoadFromSortOrder( SortOrder so )
}
else
{
if( so != SORT_GROUP && so != SORT_RECENT )
if( so != SORT_GROUP && so != SORT_RECENT && so != SORT_RECENT_P1 && so != SORT_RECENT_P2 )
Load( THEME->GetPathG("Banner",ssprintf("%s",SortOrderToString(so).c_str())) );
}
m_bScrolling = (bool)SCROLL_SORT_ORDER;