mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-19 02:12:41 +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:
@@ -1,12 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=MegaDrive
|
||||
Comment=Sega Genesis/MegaDrive Emulator
|
||||
Name=Mega Drive
|
||||
Comment=SG/SMS/GG/MD/MCD/32X emulator
|
||||
Icon=megadrive
|
||||
Exec=/usr/games/launchers/megadrive_launch.sh %f
|
||||
Terminal=false
|
||||
X-OD-NeedsDownscaling=true
|
||||
Categories=emulators;
|
||||
selectorbrowser=true
|
||||
Categories=emulators
|
||||
SelectorDir=/mnt/Sega Genesis
|
||||
SelectorFilter=zip,ZIP,md,MD,bin,BIN,32x,32X,cue,CUE,cso,CSO,chd,CHD,smd,SMD
|
||||
SelectorFilter=zip,ZIP,md,MD,bin,BIN,32x,32X,cue,CUE,cso,CSO,chd,CHD,smd,SMD,gg,GG,sg,SG
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.7 KiB |
@@ -1,12 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=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
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1007 B |
@@ -47,7 +47,6 @@ endef
|
||||
define PICODRIVE_CREATE_OPK
|
||||
$(INSTALL) -d -m 0755 $(TARGET_DIR)/usr/local/share/OPKs/Emulators
|
||||
$(HOST_DIR)/usr/bin/mksquashfs $(PICODRIVE_PKGDIR)/opk/megadrive $(TARGET_DIR)/usr/local/share/OPKs/Emulators/megadrive_picodrive_funkey-s.opk -all-root -noappend -no-exports -no-xattrs
|
||||
$(HOST_DIR)/usr/bin/mksquashfs $(PICODRIVE_PKGDIR)/opk/sms $(TARGET_DIR)/usr/local/share/OPKs/Emulators/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