(Android) Use eglGetError

This commit is contained in:
twinaphex 2012-11-09 21:52:07 +01:00
parent acb4f63cfb
commit 48b0bc7f2d
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}