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