Meta: Avoid deprecated qemu option

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.
This commit is contained in:
Ben Wiederhake 2020-09-12 12:02:16 +02:00 committed by Andreas Kling
parent 8280dcfb89
commit 8498a5678d
Notes: sideshowbarker 2024-07-19 02:44:06 +09:00

View file

@ -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="
@ -59,7 +59,7 @@ $SERENITY_EXTRA_QEMU_ARGS
-usb
-debugcon stdio
-soundhw pcspk
-soundhw sb16
-device sb16
"
export SDL_VIDEO_X11_DGAMOUSE=0