소스 검색

Fixed Instant Play in picodrive.sh script

root 2 년 전
부모
커밋
a13a7fc4d9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      picodrive.sh

+ 1 - 1
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"