Browse Source

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.
Ben Wiederhake 4 năm trước cách đây
mục cha
commit
8498a5678d
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Meta/run.sh

+ 2 - 2
Meta/run.sh

@@ -42,7 +42,7 @@ $SERENITY_EXTRA_QEMU_ARGS
 -usb
 -usb
 -debugcon stdio
 -debugcon stdio
 -soundhw pcspk
 -soundhw pcspk
--soundhw sb16
+-device sb16
 "
 "
 
 
 [ -z "$SERENITY_COMMON_QEMU_Q35_ARGS" ] && SERENITY_COMMON_QEMU_Q35_ARGS="
 [ -z "$SERENITY_COMMON_QEMU_Q35_ARGS" ] && SERENITY_COMMON_QEMU_Q35_ARGS="
@@ -59,7 +59,7 @@ $SERENITY_EXTRA_QEMU_ARGS
 -usb
 -usb
 -debugcon stdio
 -debugcon stdio
 -soundhw pcspk
 -soundhw pcspk
--soundhw sb16
+-device sb16
 "
 "
 
 
 export SDL_VIDEO_X11_DGAMOUSE=0
 export SDL_VIDEO_X11_DGAMOUSE=0