mirror of https://github.com/xemu-project/xemu.git
vl: Enable audio backend
This commit is contained in:
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];
|
||||
|
|
Loading…
Reference in New Issue