gnuboy: removed "--stereo=0" to get higher sound volume as it's not needed anymore

Set new source for gnuboy
This commit is contained in:
root 2022-09-22 12:20:02 +02:00 committed by DrUm78
parent 97c7aafa7c
commit 5d656e32c7
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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