mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Fix to ARM to ensure chain has been declared
This commit is contained in:
parent
75c59aedcf
commit
e8a9471afd
@ -1281,6 +1281,7 @@ static void gl2_renderchain_copy_frame(
|
||||
}
|
||||
#elif defined(HAVE_OPENGLES)
|
||||
#if defined(HAVE_EGL)
|
||||
gl2_renderchain_t *chain = (gl2_renderchain_t*)chain_data;
|
||||
if (chain->egl_images)
|
||||
{
|
||||
gfx_ctx_image_t img_info;
|
||||
|
Loading…
x
Reference in New Issue
Block a user