mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
[VITA] Removing a no more used ifndef.
This commit is contained in:
parent
a30f7dc79f
commit
96845f4a7e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user