Skip to content

Commit f56ac1c

Browse files
committed
Add zip, cue, cso,... extensions support (from DrUm78 script)
1 parent 65a5271 commit f56ac1c

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Uncomment and edit the following line to use a different ROM path.
22
list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
33
list.includeMissingItems = false
4-
list.extensions = gba,GBA
4+
list.extensions = gba,GBA,zip,ZIP
55
list.menuSort = yes
66

77
launcher = gba

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Uncomment and edit the following line to use a different ROM path.
22
list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
33
list.includeMissingItems = false
4-
list.extensions = nes,NES,fds,FDS
4+
list.extensions = nes,NES,fds,FDS,zip,ZIP
55
list.menuSort = yes
66

77
launcher = NES

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Uncomment and edit the following line to use a different ROM path.
22
list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
33
list.includeMissingItems = false
4-
list.extensions = zip,ZIP,pce,PCE,sgx,SGX
4+
list.extensions = zip,ZIP,pce,PCE,sgx,SGX,cue,CUE
55
list.menuSort = yes
66

77
launcher = pce

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Uncomment and edit the following line to use a different ROM path.
22
list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
33
list.includeMissingItems = false
4-
list.extensions = sfc,SFC,smc,SMC
4+
list.extensions = sfc,SFC,smc,SMC,zip,ZIP
55
list.menuSort = yes
66

77
launcher = snes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ list.includeMissingItems = true
1919
###############################################################################
2020
# Extensions are comma separated without spaces
2121
###############################################################################
22-
list.extensions = zip,ZIP,md,MD,bin,BIN,smd,SMD
22+
list.extensions = zip,ZIP,md,MD,bin,BIN,32x,32X,cue,CUE,cso,CSO,chd,CHD,smd,SMD
2323

2424
###############################################################################
2525
# If a menu.xml file exists, it will display the menu alphabetically. To

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ X-OD-NeedsDownscaling=true
99
Categories=emulators;
1010
selectorbrowser=true
1111
SelectorDir=/mnt/NES
12-
SelectorFilter=nes,NES,fds,FDS
12+
SelectorFilter=nes,NES,fds,FDS,zip,ZIP

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ X-OD-NeedsDownscaling=true
99
Categories=emulators;
1010
selectorbrowser=true
1111
SelectorDir=/mnt/SNES
12-
SelectorFilter=sfc,SFC,smc,SMC
12+
SelectorFilter=sfc,SFC,smc,SMC,zip,ZIP

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ X-OD-NeedsDownscaling=true
99
Categories=emulators;
1010
selectorbrowser=true
1111
SelectorDir=/mnt/Game Boy Advance
12-
SelectorFilter=gba,GBA
12+
SelectorFilter=gba,GBA,zip,ZIP

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ X-OD-NeedsDownscaling=true
99
Categories=emulators;
1010
selectorbrowser=true
1111
SelectorDir=/mnt/PCE-TurboGrafx
12-
SelectorFilter=zip,ZIP,pce,PCE,sgx,SGX
12+
SelectorFilter=zip,ZIP,pce,PCE,sgx,SGX,cue,CUE

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ X-OD-NeedsDownscaling=true
99
Categories=emulators;
1010
selectorbrowser=true
1111
SelectorDir=/mnt/Sega Genesis
12-
SelectorFilter=zip,ZIP,md,MD,bin,BIN,smd,SMD
12+
SelectorFilter=zip,ZIP,md,MD,bin,BIN,32x,32X,cue,CUE,cso,CSO,chd,CHD,smd,SMD

0 commit comments

Comments
 (0)