mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +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
|
#endif
|
||||||
/* Clear out potential error flags in case we use cached context. */
|
/* Clear out potential error flags in case we use cached context. */
|
||||||
glGetError();
|
glGetError();
|
||||||
#ifndef VITA
|
|
||||||
if (string_is_equal(ctx_driver->ident, "null"))
|
if (string_is_equal(ctx_driver->ident, "null"))
|
||||||
goto error;
|
goto error;
|
||||||
#endif
|
|
||||||
RARCH_LOG("[GL1]: Detecting screen resolution %ux%u.\n", full_x, full_y);
|
RARCH_LOG("[GL1]: Detecting screen resolution %ux%u.\n", full_x, full_y);
|
||||||
|
|
||||||
win_width = video->width;
|
win_width = video->width;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user