mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2025-12-12 23:58:50 +01:00
added pbp file extension in PS1 collection and added uppercase default extensions in all collections
This commit is contained in:
parent
fe83afe49b
commit
7b9c946d5b
@ -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,lnx
|
||||
list.extensions = zip,ZIP,lnx,LNX
|
||||
list.menuSort = yes
|
||||
|
||||
launcher = lynx
|
||||
|
||||
@ -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
|
||||
list.extensions = gba,GBA
|
||||
list.menuSort = yes
|
||||
|
||||
launcher = gba
|
||||
|
||||
@ -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 = gbc
|
||||
list.extensions = gbc,GBC
|
||||
list.menuSort = yes
|
||||
|
||||
launcher = gameboy
|
||||
|
||||
@ -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 = gb
|
||||
list.extensions = gb,GB
|
||||
list.menuSort = yes
|
||||
|
||||
launcher = gameboy
|
||||
|
||||
@ -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,gg
|
||||
list.extensions = zip,ZIP,gg,GG
|
||||
list.menuSort = yes
|
||||
|
||||
launcher = gamegear
|
||||
|
||||
@ -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
|
||||
list.extensions = nes,NES
|
||||
list.menuSort = yes
|
||||
|
||||
launcher = NES
|
||||
|
||||
@ -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,ngp
|
||||
list.extensions = zip,ZIP,ngp,NGP
|
||||
list.menuSort = yes
|
||||
|
||||
launcher = ngp
|
||||
|
||||
@ -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,pce,sgx
|
||||
list.extensions = zip,ZIP,pce,PCE,sgx,SGX
|
||||
list.menuSort = yes
|
||||
|
||||
launcher = pce
|
||||
|
||||
@ -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 = bin,cue
|
||||
list.extensions = bin,BIN,cue,CUE,pbp,PBP
|
||||
list.menuSort = yes
|
||||
|
||||
launcher = psone
|
||||
|
||||
@ -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,smc
|
||||
list.extensions = sfc,SFC,smc,SMC
|
||||
list.menuSort = yes
|
||||
|
||||
launcher = snes
|
||||
|
||||
@ -19,7 +19,7 @@ list.includeMissingItems = true
|
||||
###############################################################################
|
||||
# Extensions are comma separated without spaces
|
||||
###############################################################################
|
||||
list.extensions = zip,md
|
||||
list.extensions = zip,ZIP,md,MD
|
||||
|
||||
###############################################################################
|
||||
# If a menu.xml file exists, it will display the menu alphabetically. To
|
||||
|
||||
@ -19,7 +19,7 @@ list.includeMissingItems = true
|
||||
###############################################################################
|
||||
# Extensions are comma separated without spaces
|
||||
###############################################################################
|
||||
list.extensions = zip,sms
|
||||
list.extensions = zip,ZIP,sms,SMS
|
||||
|
||||
###############################################################################
|
||||
# If a menu.xml file exists, it will display the menu alphabetically. To
|
||||
|
||||
@ -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,wsc
|
||||
list.extensions = zip,ZIP,wsc,WSC
|
||||
list.menuSort = yes
|
||||
|
||||
launcher = wonderswan
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user