Skip to content

Commit f7dec06

Browse files
committed
Merge branch 'develop' of fk:FunKey-Project/FunKey-OS into develop
2 parents 4017482 + 3e44589 commit f7dec06

File tree

18 files changed

+41
-16
lines changed

18 files changed

+41
-16
lines changed

FunKey/board/funkey/rootfs-overlay/etc/issue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
|___| |_____|__|__||__|\__||_____|___ |
66
FUN ON A KEYCHAIN |_____|
77
-----------------------------------------------------
8-
Version 2.0.0
8+
Version 2.0.1
99
-----------------------------------------------------
1010

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
NAME="FunKey-OS"
2-
VERSION="2.0.0 (Rowdy Rabbit)"
2+
VERSION="2.0.1 (Defiant Dog)"
33
ID=funkey
44
ID_LIKE=buildroot
5-
PRETTY_NAME="FunKey-OS 2.0.0"
6-
VERSION_ID="2.0.0.0"
5+
PRETTY_NAME="FunKey-OS 2.0.1"
6+
VERSION_ID="2.0.1"
77
HOME_URL="https://www.funkey-project.com/"
88
SUPPORT_URL="https://www.funkey-project.com/"
99
BUG_REPORT_URL="https://www.funkey-project.com/"
1010
PRIVACY_POLICY_URL="https://www.funkey-project.com"
11-
VERSION_CODENAME=Rowdy
12-
UBUNTU_CODENAME=Rowdy
11+
VERSION_CODENAME=Defiant
12+
UBUNTU_CODENAME=Defiant
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootfs 2.0.0
1+
rootfs 2.0.1

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
4+
list.extensions = nes,NES,fds,FDS
55
list.menuSort = yes
66

77
launcher = NES
27.9 KB
Loading

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
22+
list.extensions = zip,ZIP,md,MD,bin,BIN,smd,SMD
2323

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

FunKey/board/funkey/rootfs-overlay/usr/games/collections/Sega Master System/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,sms,SMS
22+
list.extensions = zip,ZIP,sms,SMS,bin,BIN
2323

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

FunKey/board/funkey/rootfs-overlay/usr/games/collections/WonderSwan/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,wsc,WSC
4+
list.extensions = zip,ZIP,wsc,WSC,ws,WS
55
list.menuSort = yes
66

77
launcher = wonderswan
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
font="/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed-Bold.ttf"
2+
messageBoxBorder=#505050ff
3+
topBarBg=#ffffff80
4+
selectionBg=#ffffff80
5+
messageBoxBg=#00000080
6+
messageBoxSelection=#fffffff80
7+
bottomBarBg=#ffffff80
8+
topBarHeight=50
9+
bottomBarHeight=21
10+
linkHeight=56
11+
linkWidth=78
12+
fontsize=11

0 commit comments

Comments
 (0)