mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-19 02:12:41 +01:00
added some default extensions for some emulators, added sms.opk, changed os release, fixed theme in gmenu2x
This commit is contained in:
@@ -9,4 +9,4 @@ X-OD-NeedsDownscaling=true
|
||||
Categories=emulators;
|
||||
selectorbrowser=true
|
||||
SelectorDir=/mnt/NES
|
||||
SelectorFilter=nes,NES
|
||||
SelectorFilter=nes,NES,fds,FDS
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=GameBoy Col
|
||||
Name=GameBoy Color
|
||||
Comment=Game Boy Color Emulator
|
||||
Icon=gbc
|
||||
Exec=/usr/games/launchers/gb_launch.sh %f
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=GameBoy Adv
|
||||
Name=GameBoy Advance
|
||||
Comment=Game Boy Advance Emulator
|
||||
Icon=gba
|
||||
Exec=/usr/games/launchers/gba_launch_gpsp.sh %f
|
||||
|
||||
@@ -9,4 +9,4 @@ X-OD-NeedsDownscaling=true
|
||||
Categories=emulators;
|
||||
selectorbrowser=true
|
||||
SelectorDir=/mnt/WonderSwan
|
||||
SelectorFilter=zip,ZIP,wsc,WSC
|
||||
SelectorFilter=zip,ZIP,wsc,WSC,ws,WS
|
||||
|
||||
@@ -9,4 +9,4 @@ X-OD-NeedsDownscaling=true
|
||||
Categories=emulators;
|
||||
selectorbrowser=true
|
||||
SelectorDir=/mnt/Sega Genesis
|
||||
SelectorFilter=zip,ZIP,md,MD
|
||||
SelectorFilter=zip,ZIP,md,MD,bin,BIN,smd,SMD
|
||||
|
||||
12
FunKey/package/picodrive/opk/sms/SMS.funkey-s.desktop
Normal file
12
FunKey/package/picodrive/opk/sms/SMS.funkey-s.desktop
Normal file
@@ -0,0 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Sega Master System
|
||||
Comment=Sega Master System Emulator
|
||||
Icon=sms
|
||||
Exec=/usr/games/launchers/sms_launch.sh %f
|
||||
Terminal=false
|
||||
X-OD-NeedsDownscaling=true
|
||||
Categories=emulators;
|
||||
selectorbrowser=true
|
||||
SelectorDir=/mnt/Sega Master System
|
||||
SelectorFilter=zip,ZIP,sms,SMS,bin,BIN
|
||||
BIN
FunKey/package/picodrive/opk/sms/sms.png
Normal file
BIN
FunKey/package/picodrive/opk/sms/sms.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1007 B |
@@ -47,6 +47,7 @@ endef
|
||||
define PICODRIVE_CREATE_OPK
|
||||
$(INSTALL) -d -m 0755 $(TARGET_DIR)/usr/games/opk
|
||||
$(HOST_DIR)/usr/bin/mksquashfs $(PICODRIVE_PKGDIR)/opk/megadrive $(TARGET_DIR)/usr/games/opk/megadrive_picodrive_funkey-s.opk -all-root -noappend -no-exports -no-xattrs
|
||||
$(HOST_DIR)/usr/bin/mksquashfs $(PICODRIVE_PKGDIR)/opk/sms $(TARGET_DIR)/usr/games/opk/sms_picodrive_funkey-s.opk -all-root -noappend -no-exports -no-xattrs
|
||||
endef
|
||||
PICODRIVE_POST_INSTALL_TARGET_HOOKS += PICODRIVE_CREATE_OPK
|
||||
|
||||
|
||||
Reference in New Issue
Block a user