(qb) Add HAVE_XAUDIO

This commit is contained in:
twinaphex 2019-07-20 00:12:55 +02:00
parent f9d963b258
commit a60463fd76
2 changed files with 4 additions and 1 deletions

View File

@ -319,7 +319,9 @@ if [ "$OS" = 'Win32' ]; then
HAVE_WASAPI=yes
fi
HAVE_XAUDIO=yes
if [ "$HAVE_XAUDIO" != 'no' ]; then
HAVE_XAUDIO=yes
fi
if [ "$HAVE_WINMM" != 'no' ]; then
HAVE_WINMM=yes

View File

@ -18,6 +18,7 @@ HAVE_OZONE=auto # Ozone menu
HAVE_STRIPES=no # Stripes menu
HAVE_RUNAHEAD=yes # Runahead support
HAVE_DSOUND=auto # DirectSound support
HAVE_XAUDIO=auto # XAudio support
HAVE_WASAPI=auto # WASAPI support
HAVE_WINMM=auto # WinMM support
HAVE_CC_RESAMPLER=yes # CC Resampler