mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
(android context) Cleanup
This commit is contained in:
parent
e995cbdfa9
commit
e48fd77bec
@ -139,10 +139,8 @@ static bool android_gfx_ctx_init(void *data)
|
|||||||
EGL_ALPHA_SIZE, 8,
|
EGL_ALPHA_SIZE, 8,
|
||||||
EGL_NONE
|
EGL_NONE
|
||||||
};
|
};
|
||||||
struct android_app *android_app = NULL;
|
|
||||||
gfx_ctx_android_data_t *android = NULL;
|
gfx_ctx_android_data_t *android = NULL;
|
||||||
|
struct android_app *android_app = (struct android_app*)g_android;
|
||||||
android_app = (struct android_app*)g_android;
|
|
||||||
|
|
||||||
if (!android_app)
|
if (!android_app)
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user