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
@ -459,10 +459,14 @@ if [ "$HAVE_MATERIALUI" != 'no' ] || [ "$HAVE_XMB" != 'no' ] || [ "$HAVE_ZARCH"
|
|||||||
HAVE_VULKAN=no
|
HAVE_VULKAN=no
|
||||||
echo "Notice: Hardware rendering context not available."
|
echo "Notice: Hardware rendering context not available."
|
||||||
else
|
else
|
||||||
HAVE_MATERIALUI=no
|
if [ "$HAVE_CACA" = 'yes' ]; then
|
||||||
HAVE_XMB=no
|
echo "Notice: Hardware rendering context not available."
|
||||||
HAVE_ZARCH=no
|
else
|
||||||
echo "Notice: Hardware rendering context not available, XMB, MaterialUI and ZARCH will also be disabled."
|
HAVE_MATERIALUI=no
|
||||||
|
HAVE_XMB=no
|
||||||
|
HAVE_ZARCH=no
|
||||||
|
echo "Notice: Hardware rendering context not available, XMB, MaterialUI and ZARCH will also be disabled."
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user