mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +00:00
only disable glui/xmb/zarch if GL/ES/Vulkan AND libcaca is not enabled
This commit is contained in:
parent
240b43e0ba
commit
493b7372bd
@ -458,6 +458,9 @@ 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
|
||||
echo "Notice: Hardware rendering context not available."
|
||||
else
|
||||
HAVE_MATERIALUI=no
|
||||
HAVE_XMB=no
|
||||
@ -466,6 +469,7 @@ if [ "$HAVE_MATERIALUI" != 'no' ] || [ "$HAVE_XMB" != 'no' ] || [ "$HAVE_ZARCH"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
check_macro NEON __ARM_NEON__
|
||||
|
Loading…
x
Reference in New Issue
Block a user