We need to change this ifdef now that we temporarily disable vitagl

This commit is contained in:
twinaphex 2021-02-04 12:51:52 +01:00
parent 39aa742dee
commit 863a09eac6

View File

@ -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)