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