mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Merge pull request #5860 from RobLoach/patch-22
Fix to ARM to ensure chain has been declared
This commit is contained in:
commit
d535739648
@ -1281,6 +1281,7 @@ static void gl2_renderchain_copy_frame(
|
|||||||
}
|
}
|
||||||
#elif defined(HAVE_OPENGLES)
|
#elif defined(HAVE_OPENGLES)
|
||||||
#if defined(HAVE_EGL)
|
#if defined(HAVE_EGL)
|
||||||
|
gl2_renderchain_t *chain = (gl2_renderchain_t*)chain_data;
|
||||||
if (chain->egl_images)
|
if (chain->egl_images)
|
||||||
{
|
{
|
||||||
gfx_ctx_image_t img_info;
|
gfx_ctx_image_t img_info;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user