Added list.menuSort option.

This commit is contained in:
Don Honerbrink
2015-06-25 11:58:52 -05:00
parent bcf35a954d
commit 08fad4d876
7 changed files with 43 additions and 8 deletions

View File

@@ -20,6 +20,13 @@ list.includeMissingItems = true
###############################################################################
list.extensions = zip
###############################################################################
# If a menu.xml file exists, it will display the menu alphabetically. To
# not auto-sort the menu items alphabetically, set the following to false.
# This does not apply to how your ROMs are sorted.
###############################################################################
list.menuSort = true
###############################################################################
# The executable to run when an item in a collection item is selected
###############################################################################

View File

@@ -4,3 +4,11 @@
# See Menu.xml to configure the menu
###############################################################################
###############################################################################
# If a menu.xml file exists, it will display the menu alphabetically. To
# not auto-sort the menu items alphabetically, set the following to false.
# This does not apply to how your ROMs are sorted.
###############################################################################
list.menuSort = true

View File

@@ -21,6 +21,13 @@ list.includeMissingItems = true
###############################################################################
list.extensions = zip
###############################################################################
# If a menu.xml file exists, it will display the menu alphabetically. To
# not auto-sort the menu items alphabetically, set the following to false.
# This does not apply to how your ROMs are sorted.
###############################################################################
list.menuSort = true
###############################################################################
# The executable to run when an item in a collection item is selected
###############################################################################