mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-11 16:50:32 +01:00
Fixed sorting for .sub files based on code by procyon.
This commit is contained in:
parent
c168496b45
commit
834038bf51
@ -1609,11 +1609,12 @@ CollectionInfo *RetroFE::getCollection(std::string collectionName)
|
||||
}
|
||||
closedir( dp );
|
||||
|
||||
collection->sortItems( );
|
||||
|
||||
bool menuSort = true;
|
||||
config_.getProperty( "collections." + collectionName + ".list.menuSort", menuSort );
|
||||
|
||||
if (menuSort)
|
||||
collection->sortItems( );
|
||||
|
||||
MenuParser mp;
|
||||
mp.buildMenuItems( collection, menuSort);
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
std::string retrofe_version_major = "0";
|
||||
std::string retrofe_version_minor = "9";
|
||||
std::string retrofe_version_build = "22";
|
||||
std::string retrofe_version_build = "23";
|
||||
|
||||
|
||||
std::string Version::getString( )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user