WASAPI: Fix some errors with automatic stream routing.

This commit is contained in:
David Reid
2019-02-27 19:15:39 +10:00
parent 957de48d80
commit ce0850848d
2 changed files with 27 additions and 12 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
#include <stdio.h>
#define MAL_DEBUG_OUTPUT
#define MINI_AL_IMPLEMENTATION
#include "../mini_al.h"
@@ -60,7 +61,7 @@ int main(int argc, char** argv)
#endif
mal_backend backend = mal_backend_dsound;
mal_backend backend = mal_backend_wasapi;
mal_context_config contextConfig = mal_context_config_init();
contextConfig.logCallback = log_callback;