1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:37:46 +00:00

Ports/freedink: Disable sound from launcher

Currently, launching the game with sound effects enabled causes the
game to segfault, so let's disable it until the sound issue is fixed.
This commit is contained in:
Tim Ledbetter 2023-08-20 18:43:34 +01:00 committed by Tim Schumacher
parent 66a3361b39
commit f77f85291a

View file

@ -30,7 +30,7 @@ configopts=(
launcher_name='FreeDink'
launcher_category='Games'
launcher_command='/usr/local/bin/freedink --software-rendering --truecolor'
launcher_command='/usr/local/bin/freedink --software-rendering --truecolor --nosound'
icon_file='src/media/freedink.ico'
install() {