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
+4
View File
@@ -163,6 +163,8 @@ static const char *SortOrderNames[] = {
"Title",
"BPM",
"Popularity",
"PopularityP1",
"PopularityP2",
"TopGrades",
"TopP1Grades",
"TopP2Grades",
@@ -186,6 +188,8 @@ static const char *SortOrderNames[] = {
"Length",
"Roulette",
"Recent",
"RecentP1",
"RecentP2",
};
XToString( SortOrder );
StringToX( SortOrder );