vl: Enable audio backend

This commit is contained in:
Ryan Wendland 2025-01-15 14:12:54 +10:30 committed by mborgerson
parent e293f6ba67
commit 5896b9dc91
1 changed files with 0 additions and 3 deletions

View File

@ -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];