mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2025-12-12 07:38:50 +01:00
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:
parent
97c7aafa7c
commit
5d656e32c7
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user