(Griffin) Update
This commit is contained in:
parent
0341bdcf77
commit
d63e79a8ce
|
@ -644,6 +644,10 @@ AUDIO
|
|||
#include "../audio/drivers/dsound.c"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_WASAPI
|
||||
#include "../audio/drivers/wasapi.c"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SL
|
||||
#include "../audio/drivers/opensl.c"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue