Browse Source

Add zip, cue, cso,... extensions support (from DrUm78 script)

Vincent-FK 3 years ago
parent
commit
5c9bb0470e

+ 1 - 1
FunKey/board/funkey/rootfs-overlay/usr/games/collections/Game Boy Advance/settings.conf

@@ -1,7 +1,7 @@
 # Uncomment and edit the following line to use a different ROM path.
 list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
 list.includeMissingItems = false
-list.extensions = gba,GBA
+list.extensions = gba,GBA,zip,ZIP
 list.menuSort = yes
 
 launcher = gba

+ 1 - 1
FunKey/board/funkey/rootfs-overlay/usr/games/collections/NES/settings.conf

@@ -1,7 +1,7 @@
 # Uncomment and edit the following line to use a different ROM path.
 list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
 list.includeMissingItems = false
-list.extensions = nes,NES,fds,FDS
+list.extensions = nes,NES,fds,FDS,zip,ZIP
 list.menuSort = yes
 
 launcher = NES

+ 1 - 1
FunKey/board/funkey/rootfs-overlay/usr/games/collections/PCE-TurboGrafx/settings.conf

@@ -1,7 +1,7 @@
 # Uncomment and edit the following line to use a different ROM path.
 list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
 list.includeMissingItems = false
-list.extensions = zip,ZIP,pce,PCE,sgx,SGX
+list.extensions = zip,ZIP,pce,PCE,sgx,SGX,cue,CUE
 list.menuSort = yes
 
 launcher = pce

+ 1 - 1
FunKey/board/funkey/rootfs-overlay/usr/games/collections/SNES/settings.conf

@@ -1,7 +1,7 @@
 # Uncomment and edit the following line to use a different ROM path.
 list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
 list.includeMissingItems = false
-list.extensions = sfc,SFC,smc,SMC
+list.extensions = sfc,SFC,smc,SMC,zip,ZIP
 list.menuSort = yes
 
 launcher = snes

+ 1 - 1
FunKey/board/funkey/rootfs-overlay/usr/games/collections/Sega Genesis/settings.conf

@@ -19,7 +19,7 @@ list.includeMissingItems = true
 ###############################################################################
 # 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

+ 1 - 1
FunKey/package/FCEUX/opk/nes/nes.funkey-s.desktop

@@ -9,4 +9,4 @@ X-OD-NeedsDownscaling=true
 Categories=emulators;
 selectorbrowser=true
 SelectorDir=/mnt/NES
-SelectorFilter=nes,NES,fds,FDS
+SelectorFilter=nes,NES,fds,FDS,zip,ZIP

+ 1 - 1
FunKey/package/PocketSNES/opk/snes/snes.funkey-s.desktop

@@ -9,4 +9,4 @@ X-OD-NeedsDownscaling=true
 Categories=emulators;
 selectorbrowser=true
 SelectorDir=/mnt/SNES
-SelectorFilter=sfc,SFC,smc,SMC
+SelectorFilter=sfc,SFC,smc,SMC,zip,ZIP

+ 1 - 1
FunKey/package/gpsp/opk/gba/gba.funkey-s.desktop

@@ -9,4 +9,4 @@ X-OD-NeedsDownscaling=true
 Categories=emulators;
 selectorbrowser=true
 SelectorDir=/mnt/Game Boy Advance
-SelectorFilter=gba,GBA
+SelectorFilter=gba,GBA,zip,ZIP

+ 1 - 1
FunKey/package/mednafen/opk/pce/pce.funkey-s.desktop

@@ -9,4 +9,4 @@ X-OD-NeedsDownscaling=true
 Categories=emulators;
 selectorbrowser=true
 SelectorDir=/mnt/PCE-TurboGrafx
-SelectorFilter=zip,ZIP,pce,PCE,sgx,SGX
+SelectorFilter=zip,ZIP,pce,PCE,sgx,SGX,cue,CUE

+ 1 - 1
FunKey/package/picodrive/opk/megadrive/megadrive.funkey-s.desktop

@@ -9,4 +9,4 @@ X-OD-NeedsDownscaling=true
 Categories=emulators;
 selectorbrowser=true
 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