mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
vl: Enable audio backend
This commit is contained in:
committed by
mborgerson
parent
e293f6ba67
commit
5896b9dc91
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user