mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2025-12-12 07:38:50 +01:00
Added .gg file extension support for GMenu2X and RetroFE.
This commit is contained in:
parent
2b919ad68c
commit
1129da87fc
2
package
2
package
@ -32,7 +32,7 @@ Comment=MS/MD/MCD/32X emulator
|
||||
Exec=picodrive.sh %f
|
||||
Icon=picodrive
|
||||
Categories=emulators;
|
||||
SelectorFilter=zip,bin,md,smd,sms,32x,cue,cso,chd' > opk/picodrive.funkey-s.desktop
|
||||
SelectorFilter=zip,bin,md,smd,sms,gg,32x,cue,cso,chd' > opk/picodrive.funkey-s.desktop
|
||||
|
||||
rm -f *.opk
|
||||
mksquashfs opk/ picodrive_v1.98_$(md5sum opk/PicoDrive | cut -c1-7)_funkey-s.opk -all-root -noappend -no-exports -no-xattrs
|
||||
|
||||
@ -3,6 +3,7 @@
|
||||
if [ `md5sum /usr/games/PicoDrive | cut -d' ' -f1` != `md5sum PicoDrive | cut -d' ' -f1` ]; then
|
||||
rw
|
||||
cp -f PicoDrive /usr/games
|
||||
sed -i 's|list.extensions.*|list.extensions = zip,ZIP,sms,SMS,bin,BIN,gg,GG|' /usr/games/collections/Sega\ Master\ System/settings.conf
|
||||
ro
|
||||
fi
|
||||
exec /usr/games/launchers/megadrive_launch.sh "$1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user