mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-20 02:42:40 +01:00
Updated all default OPKs (better icons, updated descriptions...) and default GMenu2X theme "DrUm3x3" with 3x3 grid instead of 2x2 + extra theme "DrUm3x4"
Added Libretro OPK for GMenu2X users in "Games" section
This commit is contained in:
@@ -19,7 +19,7 @@ list.includeMissingItems = true
|
||||
###############################################################################
|
||||
# Extensions are comma separated without spaces
|
||||
###############################################################################
|
||||
list.extensions = zip,ZIP,sms,SMS,bin,BIN
|
||||
list.extensions = zip,ZIP,sms,SMS,bin,BIN,sg,SG
|
||||
|
||||
###############################################################################
|
||||
# If a menu.xml file exists, it will display the menu alphabetically. To
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
SELF="$(basename ${0})"
|
||||
SYSTEM_BRIGHTNESS="/sys/class/backlight/backlight/brightness"
|
||||
DEFAULT_BRIGHTNESS_VALUE=100
|
||||
DEFAULT_BRIGHTNESS_VALUE=50
|
||||
BRIGHTNESS_STEP=10
|
||||
NOTIF_DURATION=2
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
This is the folder where you can put all your roms and games for Libretro if you use RetroFE frontend (for GMenu2X users, you can put them wherever you want)
|
||||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 22 KiB |
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 28 KiB |
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 9.7 KiB |
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 9.2 KiB |
Binary file not shown.
@@ -1,3 +1,5 @@
|
||||
skin="DrUm3x3"
|
||||
wallpaper="/usr/share/gmenu2x/skins/240x240/Default/wallpapers/bg-mame.png"
|
||||
videoBpp=16
|
||||
backlightTimeout=0
|
||||
opkPlatforms="funkey-s"
|
||||
|
||||
@@ -3,7 +3,7 @@ messageBoxBorder=#505050ff
|
||||
topBarBg=#ffffff80
|
||||
selectionBg=#ffffff80
|
||||
messageBoxBg=#00000080
|
||||
messageBoxSelection=#fffffff80
|
||||
messageBoxSelection=#ffffff80
|
||||
bottomBarBg=#ffffff80
|
||||
topBarHeight=50
|
||||
bottomBarHeight=21
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
@@ -53,6 +53,9 @@ do_postinst()
|
||||
# Fix PCE opk name if necessary
|
||||
#mv /mnt/Emulators/pce_mednaefn_funkey-s.opk /mnt/Emulators/pce_mednafen_funkey-s.opk 1>/dev/null 2>&1
|
||||
|
||||
# Remove separate GB and GBC OPKs (now using one single GB/GBC instead)
|
||||
rm /mnt/Emulators/gb_gnuboy_funkey-s.opk /mnt/Emulators/gbc_gnuboy_funkey-s.opk
|
||||
|
||||
# Unmount Rootfs
|
||||
umount ${root_mount}
|
||||
if [ $? -ne 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user