mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
commit
108c4a3127
@ -469,27 +469,25 @@ fi
|
|||||||
check_pkgconf PYTHON python3
|
check_pkgconf PYTHON python3
|
||||||
|
|
||||||
if [ "$HAVE_MATERIALUI" != 'no' ] || [ "$HAVE_XMB" != 'no' ] || [ "$HAVE_ZARCH" != 'no' ]; then
|
if [ "$HAVE_MATERIALUI" != 'no' ] || [ "$HAVE_XMB" != 'no' ] || [ "$HAVE_ZARCH" != 'no' ]; then
|
||||||
if [ "$HAVE_RGUI" = 'no' ]; then
|
if [ "$HAVE_RGUI" = 'no' ]; then
|
||||||
HAVE_MATERIALUI=no
|
HAVE_MATERIALUI=no
|
||||||
HAVE_XMB=no
|
HAVE_XMB=no
|
||||||
HAVE_ZARCH=no
|
HAVE_ZARCH=no
|
||||||
echo "Notice: RGUI not available, MaterialUI, XMB and ZARCH will also be disabled."
|
echo "Notice: RGUI not available, MaterialUI, XMB and ZARCH will also be disabled."
|
||||||
elif [ "$HAVE_OPENGL" = 'no' ] && [ "$HAVE_OPENGLES" = 'no' ] && [ "$HAVE_VULKAN" = 'no' ]; then
|
elif [ "$HAVE_OPENGL" = 'no' ] && [ "$HAVE_OPENGLES" = 'no' ] && [ "$HAVE_VULKAN" = 'no' ]; then
|
||||||
if [ "$OS" = 'Win32' ]; then
|
if [ "$OS" = 'Win32' ]; then
|
||||||
HAVE_SHADERPIPELINE=no
|
HAVE_SHADERPIPELINE=no
|
||||||
HAVE_VULKAN=no
|
HAVE_VULKAN=no
|
||||||
echo "Notice: Hardware rendering context not available."
|
echo "Notice: Hardware rendering context not available."
|
||||||
else
|
elif [ "$HAVE_CACA" = 'yes' ]; then
|
||||||
if [ "$HAVE_CACA" = 'yes' ]; then
|
echo "Notice: Hardware rendering context not available."
|
||||||
echo "Notice: Hardware rendering context not available."
|
|
||||||
else
|
else
|
||||||
HAVE_MATERIALUI=no
|
HAVE_MATERIALUI=no
|
||||||
HAVE_XMB=no
|
HAVE_XMB=no
|
||||||
HAVE_ZARCH=no
|
HAVE_ZARCH=no
|
||||||
echo "Notice: Hardware rendering context not available, XMB, MaterialUI and ZARCH will also be disabled."
|
echo "Notice: Hardware rendering context not available, XMB, MaterialUI and ZARCH will also be disabled."
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
check_macro NEON __ARM_NEON__
|
check_macro NEON __ARM_NEON__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user