(qb) Add HAVE_XAUDIO
This commit is contained in:
parent
f9d963b258
commit
a60463fd76
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue