Fixed Instant Play in picodrive.sh script

This commit is contained in:
root 2021-08-21 15:05:30 +02:00
parent 621df078c9
commit a13a7fc4d9

View File

@ -5,4 +5,4 @@ if [ `md5sum /usr/games/PicoDrive | cut -d' ' -f1` != `md5sum PicoDrive | cut -d
cp -f PicoDrive /usr/games
ro
fi
exec /usr/games/PicoDrive "$1"
exec /usr/games/launchers/megadrive_launch.sh "$1"