mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-03-18 18:02:49 +01:00
Added configuration parameter to include items from include.txt even if the rom does not exist.
This commit is contained in:
@@ -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
|
||||
###############################################################################
|
||||
|
||||
@@ -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
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user