Merge pull request #5584 from orbea/cleanup

qb: Clean up.
This commit is contained in:
Twinaphex 2017-10-22 18:28:50 +02:00 committed by GitHub
commit 108c4a3127

View File

@ -479,8 +479,7 @@ if [ "$HAVE_MATERIALUI" != 'no' ] || [ "$HAVE_XMB" != 'no' ] || [ "$HAVE_ZARCH"
HAVE_SHADERPIPELINE=no
HAVE_VULKAN=no
echo "Notice: Hardware rendering context not available."
else
if [ "$HAVE_CACA" = 'yes' ]; then
elif [ "$HAVE_CACA" = 'yes' ]; then
echo "Notice: Hardware rendering context not available."
else
HAVE_MATERIALUI=no
@ -490,7 +489,6 @@ if [ "$HAVE_MATERIALUI" != 'no' ] || [ "$HAVE_XMB" != 'no' ] || [ "$HAVE_ZARCH"
fi
fi
fi
fi
check_macro NEON __ARM_NEON__