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 Aug 17, 2022
1 parent 903e4a0 commit 9ebaf22
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 @@ -2966,12 +2966,6 @@ void qemu_init(int argc, char **argv, char **envp)
fake_argv[fake_argc++] = strdup("-display");
fake_argv[fake_argc++] = strdup("xemu");

#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 9ebaf22

Please sign in to comment.