diff --git a/FunKey/board/funkey/rootfs-overlay/usr/games/launchers/gamegear_launch.sh b/FunKey/board/funkey/rootfs-overlay/usr/games/launchers/gamegear_launch.sh index 44c0072..fc54ba5 100755 --- a/FunKey/board/funkey/rootfs-overlay/usr/games/launchers/gamegear_launch.sh +++ b/FunKey/board/funkey/rootfs-overlay/usr/games/launchers/gamegear_launch.sh @@ -1,10 +1,8 @@ #!/bin/sh -cp /usr/games/mednafen-09x.cfg ${MEDNAFEN_HOME}/ - # Launch the process in background, record the PID into a file, wait # for the process to terminate and erase the recorded PID -mednafen -fs 1 -gg.stretch full "$1"& +PicoDrive "$1"& pid record $! wait $! pid erase