commit
108c4a3127
|
@ -479,8 +479,7 @@ if [ "$HAVE_MATERIALUI" != 'no' ] || [ "$HAVE_XMB" != 'no' ] || [ "$HAVE_ZARCH"
|
||||||
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
|
||||||
|
@ -489,7 +488,6 @@ if [ "$HAVE_MATERIALUI" != 'no' ] || [ "$HAVE_XMB" != 'no' ] || [ "$HAVE_ZARCH"
|
||||||
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…
Reference in New Issue