From 8498a5678d45e81ff3eb05da38c5d1744144337d Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Sat, 12 Sep 2020 12:02:16 +0200 Subject: [PATCH] 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. --- Meta/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Meta/run.sh b/Meta/run.sh index 2bcee755db..5cd0f53ce4 100755 --- a/Meta/run.sh +++ b/Meta/run.sh @@ -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