mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-20 02:42:40 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user