mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 02:43:03 +00:00
(QNX) Fix egl_create_surface call
This commit is contained in:
parent
85331042be
commit
c104bc094b
@ -245,7 +245,7 @@ static void *gfx_ctx_qnx_init(void *video_driver)
|
||||
goto error;
|
||||
}
|
||||
|
||||
if (!egl_create_surface(qnx->screen_win))
|
||||
if (!egl_create_surface(&qnx->egl, qnx->screen_win))
|
||||
goto error;
|
||||
|
||||
return qnx;
|
||||
|
Loading…
x
Reference in New Issue
Block a user