From a13a7fc4d958abda503e709a5b830e1d605ad6ea Mon Sep 17 00:00:00 2001 From: root Date: Sat, 21 Aug 2021 15:05:30 +0200 Subject: [PATCH] Fixed Instant Play in picodrive.sh script --- picodrive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picodrive.sh b/picodrive.sh index cf6da3af..250223cc 100755 --- a/picodrive.sh +++ b/picodrive.sh @@ -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"