Added configuration parameter to include items from include.txt even if the rom does not exist.

This commit is contained in:
emb
2015-03-10 23:03:33 -05:00
parent 563446e5ee
commit baaa537490
4 changed files with 45 additions and 9 deletions

View File

@@ -8,6 +8,13 @@
###############################################################################
#list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%/roms
###############################################################################
# If a game is specified in include.txt then it will be included in the list
# regardless of if the rom actually exists or not. Set this variable to false
# to exclude any items that cannot be found.
###############################################################################
list.includeMissingItems = true
###############################################################################
# Extensions are comma separated without spaces
###############################################################################

View File

@@ -9,6 +9,13 @@
###############################################################################
# list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%/roms
###############################################################################
# If a game is specified in include.txt then it will be included in the list
# regardless of if the rom actually exists or not. Set this variable to false
# to exclude any items that cannot be found.
###############################################################################
list.includeMissingItems = true
###############################################################################
# Extensions are comma separated without spaces
###############################################################################