mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:17:35 +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:
parent
66a3361b39
commit
f77f85291a
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue