Skip to content

Commit

Permalink
vl: Enable audio backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryzee119 authored and mborgerson committed Jan 15, 2025
1 parent e293f6b commit 5896b9d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions system/vl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2996,9 +2996,6 @@ void qemu_init(int argc, char **argv)
fake_argv[fake_argc++] = strdup("-device");
fake_argv[fake_argc++] = strdup("usb-hub,port=1,ports=4");

fake_argv[fake_argc++] = strdup("-audio");
fake_argv[fake_argc++] = strdup("none");

for (int i = 1; i < argc; i++) {
if (argv[i] != NULL) {
fake_argv[fake_argc++] = argv[i];
Expand Down

0 comments on commit 5896b9d

Please sign in to comment.