(Qb) Add winmm switch

This commit is contained in:
twinaphex 2019-07-19 17:53:19 +02:00
parent 0ad02dc72d
commit c5be03c209
2 changed files with 6 additions and 2 deletions

View File

@ -320,7 +320,10 @@ if [ "$OS" = 'Win32' ]; then
fi
HAVE_XAUDIO=yes
HAVE_WINMM=yes
if [ "$HAVE_WINMM" != 'no' ]; then
HAVE_WINMM=yes
fi
fi
check_platform Win32 D3D8 'Direct3D 8 is' true

View File

@ -17,9 +17,10 @@ HAVE_XMB=auto # XMB menu
HAVE_OZONE=auto # Ozone menu
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
HAVE_WINMM=auto # WinMM support
HAVE_SSL=auto # SSL/mbedtls support
C89_SSL=no
HAVE_BUILTINMBEDTLS=auto # Bake in the mbedtls library
C89_BUILTINMBEDTLS=no