mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:57:44 +00:00
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:
parent
8280dcfb89
commit
8498a5678d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue