mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Cleanups
This commit is contained in:
parent
b432fb4668
commit
fafc96d377
@ -1262,7 +1262,9 @@ static void gl2_renderchain_copy_frame(
|
||||
const void *frame,
|
||||
unsigned width, unsigned height, unsigned pitch)
|
||||
{
|
||||
gl_t *gl = (gl_t*)data;
|
||||
gl_t *gl = (gl_t*)data;
|
||||
gl2_renderchain_t *chain = (gl2_renderchain_t*)chain_data;
|
||||
|
||||
#if defined(HAVE_PSGL)
|
||||
{
|
||||
unsigned h;
|
||||
@ -1281,7 +1283,6 @@ 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