mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +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
Notes:
sideshowbarker
2024-07-19 02:44:06 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/8498a5678d4 Pull-request: https://github.com/SerenityOS/serenity/pull/3464
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…
Reference in a new issue