From 863a09eac692567e10033de56a8dc3367b13213e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 4 Feb 2021 12:51:52 +0100 Subject: [PATCH] We need to change this ifdef now that we temporarily disable vitagl --- retroarch_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroarch_data.h b/retroarch_data.h index 81cbe5286e..aba07f0d79 100644 --- a/retroarch_data.h +++ b/retroarch_data.h @@ -753,7 +753,7 @@ static const gfx_ctx_driver_t *gfx_ctx_gl_drivers[] = { #if defined(ORBIS) &orbis_ctx, #endif -#if defined(VITA) +#if defined(HAVE_VITAGL) | defined(HAVE_VITAGLES) &vita_ctx, #endif #if defined(HAVE_LIBNX) && defined(HAVE_OPENGL)