We need to change this ifdef now that we temporarily disable vitagl
This commit is contained in:
parent
39aa742dee
commit
863a09eac6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue