Add zip, cue, cso,... extensions support (from DrUm78 script)
This commit is contained in:
parent
65a52717c8
commit
f56ac1ccb6
|
@ -1,7 +1,7 @@
|
||||||
# Uncomment and edit the following line to use a different ROM path.
|
# Uncomment and edit the following line to use a different ROM path.
|
||||||
list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
|
list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
|
||||||
list.includeMissingItems = false
|
list.includeMissingItems = false
|
||||||
list.extensions = gba,GBA
|
list.extensions = gba,GBA,zip,ZIP
|
||||||
list.menuSort = yes
|
list.menuSort = yes
|
||||||
|
|
||||||
launcher = gba
|
launcher = gba
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Uncomment and edit the following line to use a different ROM path.
|
# Uncomment and edit the following line to use a different ROM path.
|
||||||
list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
|
list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
|
||||||
list.includeMissingItems = false
|
list.includeMissingItems = false
|
||||||
list.extensions = nes,NES,fds,FDS
|
list.extensions = nes,NES,fds,FDS,zip,ZIP
|
||||||
list.menuSort = yes
|
list.menuSort = yes
|
||||||
|
|
||||||
launcher = NES
|
launcher = NES
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Uncomment and edit the following line to use a different ROM path.
|
# Uncomment and edit the following line to use a different ROM path.
|
||||||
list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
|
list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
|
||||||
list.includeMissingItems = false
|
list.includeMissingItems = false
|
||||||
list.extensions = zip,ZIP,pce,PCE,sgx,SGX
|
list.extensions = zip,ZIP,pce,PCE,sgx,SGX,cue,CUE
|
||||||
list.menuSort = yes
|
list.menuSort = yes
|
||||||
|
|
||||||
launcher = pce
|
launcher = pce
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Uncomment and edit the following line to use a different ROM path.
|
# Uncomment and edit the following line to use a different ROM path.
|
||||||
list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
|
list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
|
||||||
list.includeMissingItems = false
|
list.includeMissingItems = false
|
||||||
list.extensions = sfc,SFC,smc,SMC
|
list.extensions = sfc,SFC,smc,SMC,zip,ZIP
|
||||||
list.menuSort = yes
|
list.menuSort = yes
|
||||||
|
|
||||||
launcher = snes
|
launcher = snes
|
||||||
|
|
|
@ -19,7 +19,7 @@ list.includeMissingItems = true
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Extensions are comma separated without spaces
|
# Extensions are comma separated without spaces
|
||||||
###############################################################################
|
###############################################################################
|
||||||
list.extensions = zip,ZIP,md,MD,bin,BIN,smd,SMD
|
list.extensions = zip,ZIP,md,MD,bin,BIN,32x,32X,cue,CUE,cso,CSO,chd,CHD,smd,SMD
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# If a menu.xml file exists, it will display the menu alphabetically. To
|
# If a menu.xml file exists, it will display the menu alphabetically. To
|
||||||
|
|
|
@ -9,4 +9,4 @@ X-OD-NeedsDownscaling=true
|
||||||
Categories=emulators;
|
Categories=emulators;
|
||||||
selectorbrowser=true
|
selectorbrowser=true
|
||||||
SelectorDir=/mnt/NES
|
SelectorDir=/mnt/NES
|
||||||
SelectorFilter=nes,NES,fds,FDS
|
SelectorFilter=nes,NES,fds,FDS,zip,ZIP
|
||||||
|
|
|
@ -9,4 +9,4 @@ X-OD-NeedsDownscaling=true
|
||||||
Categories=emulators;
|
Categories=emulators;
|
||||||
selectorbrowser=true
|
selectorbrowser=true
|
||||||
SelectorDir=/mnt/SNES
|
SelectorDir=/mnt/SNES
|
||||||
SelectorFilter=sfc,SFC,smc,SMC
|
SelectorFilter=sfc,SFC,smc,SMC,zip,ZIP
|
||||||
|
|
|
@ -9,4 +9,4 @@ X-OD-NeedsDownscaling=true
|
||||||
Categories=emulators;
|
Categories=emulators;
|
||||||
selectorbrowser=true
|
selectorbrowser=true
|
||||||
SelectorDir=/mnt/Game Boy Advance
|
SelectorDir=/mnt/Game Boy Advance
|
||||||
SelectorFilter=gba,GBA
|
SelectorFilter=gba,GBA,zip,ZIP
|
||||||
|
|
|
@ -9,4 +9,4 @@ X-OD-NeedsDownscaling=true
|
||||||
Categories=emulators;
|
Categories=emulators;
|
||||||
selectorbrowser=true
|
selectorbrowser=true
|
||||||
SelectorDir=/mnt/PCE-TurboGrafx
|
SelectorDir=/mnt/PCE-TurboGrafx
|
||||||
SelectorFilter=zip,ZIP,pce,PCE,sgx,SGX
|
SelectorFilter=zip,ZIP,pce,PCE,sgx,SGX,cue,CUE
|
||||||
|
|
|
@ -9,4 +9,4 @@ X-OD-NeedsDownscaling=true
|
||||||
Categories=emulators;
|
Categories=emulators;
|
||||||
selectorbrowser=true
|
selectorbrowser=true
|
||||||
SelectorDir=/mnt/Sega Genesis
|
SelectorDir=/mnt/Sega Genesis
|
||||||
SelectorFilter=zip,ZIP,md,MD,bin,BIN,smd,SMD
|
SelectorFilter=zip,ZIP,md,MD,bin,BIN,32x,32X,cue,CUE,cso,CSO,chd,CHD,smd,SMD
|
||||||
|
|
Loading…
Reference in New Issue