mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2025-12-12 07:38:50 +01:00
Added subfolder support for all RetroFE sections
This commit is contained in:
parent
5d656e32c7
commit
7d7465e4f8
@ -3,6 +3,7 @@ list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
|
||||
list.includeMissingItems = false
|
||||
list.extensions = zip,ZIP,lnx,LNX
|
||||
list.menuSort = yes
|
||||
list.romHierarchy = true
|
||||
|
||||
launcher = lynx
|
||||
#metadata.type = MAME
|
||||
|
||||
@ -3,6 +3,7 @@ list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
|
||||
list.includeMissingItems = false
|
||||
list.extensions = gba,GBA,zip,ZIP
|
||||
list.menuSort = yes
|
||||
list.romHierarchy = true
|
||||
|
||||
launcher = gba
|
||||
#metadata.type = MAME
|
||||
|
||||
@ -3,6 +3,7 @@ list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
|
||||
list.includeMissingItems = false
|
||||
list.extensions = gbc,GBC
|
||||
list.menuSort = yes
|
||||
list.romHierarchy = true
|
||||
|
||||
launcher = gameboy
|
||||
#metadata.type = MAME
|
||||
|
||||
@ -3,6 +3,7 @@ list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
|
||||
list.includeMissingItems = false
|
||||
list.extensions = gb,GB
|
||||
list.menuSort = yes
|
||||
list.romHierarchy = true
|
||||
|
||||
launcher = gameboy
|
||||
#metadata.type = MAME
|
||||
|
||||
@ -3,6 +3,7 @@ list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
|
||||
list.includeMissingItems = false
|
||||
list.extensions = zip,ZIP,gg,GG
|
||||
list.menuSort = yes
|
||||
list.romHierarchy = true
|
||||
|
||||
launcher = gamegear
|
||||
#metadata.type = MAME
|
||||
|
||||
@ -3,6 +3,7 @@ list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
|
||||
list.includeMissingItems = false
|
||||
list.extensions = nes,NES,fds,FDS,zip,ZIP
|
||||
list.menuSort = yes
|
||||
list.romHierarchy = true
|
||||
|
||||
launcher = NES
|
||||
#metadata.type = MAME
|
||||
|
||||
@ -3,6 +3,7 @@ list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
|
||||
list.includeMissingItems = false
|
||||
list.extensions = zip,ZIP,ngp,NGP,ngc,NGC
|
||||
list.menuSort = yes
|
||||
list.romHierarchy = true
|
||||
|
||||
launcher = ngp
|
||||
#metadata.type = MAME
|
||||
|
||||
@ -3,6 +3,7 @@ list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
|
||||
list.includeMissingItems = false
|
||||
list.extensions = zip,ZIP,pce,PCE,sgx,SGX,cue,CUE
|
||||
list.menuSort = yes
|
||||
list.romHierarchy = true
|
||||
|
||||
launcher = pce
|
||||
#metadata.type = MAME
|
||||
|
||||
@ -3,6 +3,7 @@ list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
|
||||
list.includeMissingItems = false
|
||||
list.extensions = bin,BIN,cue,CUE,pbp,PBP,chd,CHD
|
||||
list.menuSort = yes
|
||||
list.romHierarchy = true
|
||||
|
||||
launcher = psone
|
||||
#metadata.type = MAME
|
||||
|
||||
@ -3,6 +3,7 @@ list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
|
||||
list.includeMissingItems = false
|
||||
list.extensions = sfc,SFC,smc,SMC,zip,ZIP
|
||||
list.menuSort = yes
|
||||
list.romHierarchy = true
|
||||
|
||||
launcher = snes
|
||||
#metadata.type = MAME
|
||||
|
||||
@ -27,6 +27,7 @@ list.extensions = zip,ZIP,md,MD,bin,BIN,32x,32X,cue,CUE,cso,CSO,chd,CHD,smd,SMD
|
||||
# This does not apply to how your ROMs are sorted.
|
||||
###############################################################################
|
||||
list.menuSort = true
|
||||
list.romHierarchy = true
|
||||
|
||||
###############################################################################
|
||||
# The executable to run when an item in a collection item is selected
|
||||
|
||||
@ -27,6 +27,7 @@ list.extensions = zip,ZIP,sms,SMS,bin,BIN,sg,SG
|
||||
# This does not apply to how your ROMs are sorted.
|
||||
###############################################################################
|
||||
list.menuSort = true
|
||||
list.romHierarchy = true
|
||||
|
||||
###############################################################################
|
||||
# The executable to run when an item in a collection item is selected
|
||||
|
||||
@ -3,6 +3,7 @@ list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
|
||||
list.includeMissingItems = false
|
||||
list.extensions = zip,ZIP,wsc,WSC,ws,WS
|
||||
list.menuSort = yes
|
||||
list.romHierarchy = true
|
||||
|
||||
launcher = wonderswan
|
||||
#metadata.type = MAME
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user