(Android) Use eglGetError
This commit is contained in:
parent
acb4f63cfb
commit
48b0bc7f2d
|
@ -188,6 +188,7 @@ static bool gfx_ctx_init(void)
|
|||
return true;
|
||||
|
||||
error:
|
||||
RARCH_ERR("EGL error: %d.\n", eglGetError());
|
||||
gfx_ctx_destroy();
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue