From 5d656e32c78361353d75c48e6f81985c746b0906 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 22 Sep 2022 12:20:02 +0200 Subject: [PATCH] gnuboy: removed "--stereo=0" to get higher sound volume as it's not needed anymore Set new source for gnuboy --- .../funkey/rootfs-overlay/usr/games/launchers/gb_launch.sh | 2 +- FunKey/package/gnuboy/gnuboy.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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