Skip to content

Commit

Permalink
ui: Re-enable audiodev in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryzee119 committed Jun 9, 2024
1 parent d43ab60 commit 7981213
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions softmmu/vl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2876,12 +2876,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");

#ifdef _WIN32
// FIXME: Create this dummy device to prevent logspam
fake_argv[fake_argc++] = strdup("-audiodev");
fake_argv[fake_argc++] = strdup("none,id=snd0");
#endif

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

0 comments on commit 7981213

Please sign in to comment.