mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(Qb) Add winmm switch
This commit is contained in:
parent
0ad02dc72d
commit
c5be03c209
@ -320,7 +320,10 @@ if [ "$OS" = 'Win32' ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
HAVE_XAUDIO=yes
|
HAVE_XAUDIO=yes
|
||||||
HAVE_WINMM=yes
|
|
||||||
|
if [ "$HAVE_WINMM" != 'no' ]; then
|
||||||
|
HAVE_WINMM=yes
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
check_platform Win32 D3D8 'Direct3D 8 is' true
|
check_platform Win32 D3D8 'Direct3D 8 is' true
|
||||||
|
@ -17,9 +17,10 @@ HAVE_XMB=auto # XMB menu
|
|||||||
HAVE_OZONE=auto # Ozone menu
|
HAVE_OZONE=auto # Ozone menu
|
||||||
HAVE_STRIPES=no # Stripes menu
|
HAVE_STRIPES=no # Stripes menu
|
||||||
HAVE_RUNAHEAD=yes # Runahead support
|
HAVE_RUNAHEAD=yes # Runahead support
|
||||||
HAVE_SSL=auto # SSL/mbedtls support
|
|
||||||
HAVE_DSOUND=auto # DirectSound support
|
HAVE_DSOUND=auto # DirectSound support
|
||||||
HAVE_WASAPI=auto # WASAPI support
|
HAVE_WASAPI=auto # WASAPI support
|
||||||
|
HAVE_WINMM=auto # WinMM support
|
||||||
|
HAVE_SSL=auto # SSL/mbedtls support
|
||||||
C89_SSL=no
|
C89_SSL=no
|
||||||
HAVE_BUILTINMBEDTLS=auto # Bake in the mbedtls library
|
HAVE_BUILTINMBEDTLS=auto # Bake in the mbedtls library
|
||||||
C89_BUILTINMBEDTLS=no
|
C89_BUILTINMBEDTLS=no
|
||||||
|
Loading…
x
Reference in New Issue
Block a user