Skip to content

Commit

Permalink
Meta: Avoid deprecated qemu option
Browse files Browse the repository at this point in the history
Apparently "-soundhw pcspk" is deprecated too. However, I don't know which "name"
to insert, and I can't test it, hence I didn't touch it.
  • Loading branch information
BenWiederhake authored and awesomekling committed Sep 12, 2020
1 parent 8280dcf commit 8498a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Meta/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $SERENITY_EXTRA_QEMU_ARGS
-usb
-debugcon stdio
-soundhw pcspk
-soundhw sb16
-device sb16
"

[ -z "$SERENITY_COMMON_QEMU_Q35_ARGS" ] && SERENITY_COMMON_QEMU_Q35_ARGS="
Expand All @@ -59,7 +59,7 @@ $SERENITY_EXTRA_QEMU_ARGS
-usb
-debugcon stdio
-soundhw pcspk
-soundhw sb16
-device sb16
"

export SDL_VIDEO_X11_DGAMOUSE=0
Expand Down

0 comments on commit 8498a56

Please sign in to comment.