diff --git a/FunKey/board/funkey/rootfs-overlay/usr/games/launchers/gb_launch.sh b/FunKey/board/funkey/rootfs-overlay/usr/games/launchers/gb_launch.sh index 83076e7..19f195f 100755 --- a/FunKey/board/funkey/rootfs-overlay/usr/games/launchers/gb_launch.sh +++ b/FunKey/board/funkey/rootfs-overlay/usr/games/launchers/gb_launch.sh @@ -2,7 +2,7 @@ # Launch the process in background, record the PID into a file, wait # for the process to terminate and erase the recorded PID -sdlgnuboy --syncrtc --stereo=0 "$1"& +sdlgnuboy --syncrtc "$1"& pid record $! wait $! pid erase diff --git a/FunKey/package/gnuboy/gnuboy.mk b/FunKey/package/gnuboy/gnuboy.mk index cd94a47..e919af5 100644 --- a/FunKey/package/gnuboy/gnuboy.mk +++ b/FunKey/package/gnuboy/gnuboy.mk @@ -4,9 +4,9 @@ # ################################################################################ -GNUBOY_VERSION = gnuboy-FunKey-1.2.2 +GNUBOY_VERSION = v1.2.3-funkey-s GNUBOY_SITE_METHOD = git -GNUBOY_SITE = https://github.com/FunKey-Project/gnuboy.git +GNUBOY_SITE = https://github.com/DrUm78/gnuboy.git GNUBOY_LICENSE = GPL-2.0 GNUBOY_LICENSE_FILES = COPYING