mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 07:59:42 +00:00
(Qb) Add way to exclude WASAPI
This commit is contained in:
parent
0cd4f6623f
commit
0ad02dc72d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user