(Qb) Add way to exclude WASAPI

This commit is contained in:
twinaphex 2019-07-19 17:31:08 +02:00
parent 0cd4f6623f
commit 0ad02dc72d
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -19,6 +19,7 @@ HAVE_STRIPES=no # Stripes menu
HAVE_RUNAHEAD=yes # Runahead support
HAVE_SSL=auto # SSL/mbedtls support
HAVE_DSOUND=auto # DirectSound support
HAVE_WASAPI=auto # WASAPI support
C89_SSL=no
HAVE_BUILTINMBEDTLS=auto # Bake in the mbedtls library
C89_BUILTINMBEDTLS=no