From 39aa742deeb775d0a68d343253670ba2def4eea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Jos=C3=A9=20Garc=C3=ADa=20Garc=C3=ADa?= Date: Thu, 4 Feb 2021 12:29:06 +0100 Subject: [PATCH] Vita: Disable temporarily VITAGL --- Makefile.vita | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.vita b/Makefile.vita index ddf0eacd2b..852e882da0 100644 --- a/Makefile.vita +++ b/Makefile.vita @@ -55,7 +55,7 @@ else HAVE_SHADERPIPELINE := 1 else HAVE_VITA2D := 1 - HAVE_VITAGL := 1 + HAVE_VITAGL := 0 endif HAVE_NETWORKING := 1 HAVE_SOCKET_LEGACY := 1