mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-05-08 22:03:39 +02:00
added some default extensions for some emulators, added sms.opk, changed os release, fixed theme in gmenu2x
This commit is contained in:
@@ -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
|
||||
list.extensions = nes,NES,fds,FDS
|
||||
list.menuSort = yes
|
||||
|
||||
launcher = NES
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
@@ -19,7 +19,7 @@ list.includeMissingItems = true
|
||||
###############################################################################
|
||||
# Extensions are comma separated without spaces
|
||||
###############################################################################
|
||||
list.extensions = zip,ZIP,md,MD
|
||||
list.extensions = zip,ZIP,md,MD,bin,BIN,smd,SMD
|
||||
|
||||
###############################################################################
|
||||
# If a menu.xml file exists, it will display the menu alphabetically. To
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1007 B |
@@ -19,7 +19,7 @@ list.includeMissingItems = true
|
||||
###############################################################################
|
||||
# Extensions are comma separated without spaces
|
||||
###############################################################################
|
||||
list.extensions = zip,ZIP,sms,SMS
|
||||
list.extensions = zip,ZIP,sms,SMS,bin,BIN
|
||||
|
||||
###############################################################################
|
||||
# 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,ZIP,wsc,WSC
|
||||
list.extensions = zip,ZIP,wsc,WSC,ws,WS
|
||||
list.menuSort = yes
|
||||
|
||||
launcher = wonderswan
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
font="/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed-Bold.ttf"
|
||||
messageBoxBorder=#505050ff
|
||||
topBarBg=#ffffff80
|
||||
selectionBg=#ffffff80
|
||||
messageBoxBg=#00000080
|
||||
messageBoxSelection=#fffffff80
|
||||
bottomBarBg=#ffffff80
|
||||
topBarHeight=50
|
||||
bottomBarHeight=21
|
||||
linkHeight=56
|
||||
linkWidth=78
|
||||
fontsize=11
|
||||
Reference in New Issue
Block a user