mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Prevent warning
This commit is contained in:
parent
5eadf021cf
commit
3ab26b6738
@ -450,7 +450,7 @@ static uintptr_t gl_get_current_framebuffer(void *data)
|
||||
{
|
||||
gl_t *gl = (gl_t*)data;
|
||||
if (!gl || !gl->fbo_inited)
|
||||
return NULL;
|
||||
return 0;
|
||||
return gl->hw_render_fbo[(gl->tex_index + 1) % gl->textures];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user