From a60463fd762aa7464db3685dd79d1fdc819539eb Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 20 Jul 2019 00:12:55 +0200 Subject: [PATCH] (qb) Add HAVE_XAUDIO --- qb/config.libs.sh | 4 +++- qb/config.params.sh | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/qb/config.libs.sh b/qb/config.libs.sh index d5879a3700..ee725d03cb 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -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 diff --git a/qb/config.params.sh b/qb/config.params.sh index d5429186e8..312f2fe9c2 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -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