[VITA] Removing a no more used ifndef.

This commit is contained in:
Rinnegatamante 2019-11-13 00:45:48 +01:00
parent a30f7dc79f
commit 96845f4a7e

View File

@ -299,10 +299,10 @@ static void *gl1_gfx_init(const video_info_t *video,
#endif
/* Clear out potential error flags in case we use cached context. */
glGetError();
#ifndef VITA
if (string_is_equal(ctx_driver->ident, "null"))
goto error;
#endif
RARCH_LOG("[GL1]: Detecting screen resolution %ux%u.\n", full_x, full_y);
win_width = video->width;