mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Update android_ctx.c (#9032)
This commit is contained in:
parent
c1fbf1d43b
commit
550ea0f143
@ -305,7 +305,7 @@ static bool android_gfx_ctx_set_video_mode(void *data,
|
|||||||
unsigned width, unsigned height,
|
unsigned width, unsigned height,
|
||||||
bool fullscreen)
|
bool fullscreen)
|
||||||
{
|
{
|
||||||
#if defined(HAVE_OPENGLES) || defined(HAVE_VLULKAN)
|
#if defined(HAVE_OPENGLES) || defined(HAVE_VULKAN)
|
||||||
struct android_app *android_app = (struct android_app*)g_android;
|
struct android_app *android_app = (struct android_app*)g_android;
|
||||||
android_ctx_data_t *and = (android_ctx_data_t*)data;
|
android_ctx_data_t *and = (android_ctx_data_t*)data;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user