mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 02:43:03 +00:00
Change XDelta support to automatic and check lzma.h presence. (#15962)
This commit is contained in:
parent
765ccda24f
commit
6ac1fb7b86
@ -136,6 +136,7 @@ if [ "$HAVE_EGL" = 'yes' ]; then
|
||||
EGL_LIBS="$EGL_LIBS $EXTRA_GL_LIBS"
|
||||
fi
|
||||
|
||||
check_header '' XDELTA lzma.h
|
||||
check_lib '' SSA '-lfribidi -lass' ass_library_init
|
||||
check_lib '' SSE '-msse -msse2'
|
||||
check_pkgconf EXYNOS libdrm_exynos
|
||||
|
@ -6,7 +6,7 @@ HAVE_CORE_INFO_CACHE=yes # Core info cache support
|
||||
HAVE_BLUETOOTH=no # Bluetooth support
|
||||
HAVE_NVDA=yes # NVDA support
|
||||
HAVE_PATCH=yes # Softpatching support (BPS/IPS/UPS)
|
||||
HAVE_XDELTA=yes # Xdelta softpatching support (requires softpatching)
|
||||
HAVE_XDELTA=auto # Xdelta softpatching support (requires softpatching)
|
||||
HAVE_SAPI=no # SAPI support
|
||||
HAVE_VIDEO_FILTER=yes # Video filter support
|
||||
HAVE_WINRAWINPUT=yes # Windows Raw Input support (XP and higher)
|
||||
|
Loading…
x
Reference in New Issue
Block a user