mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Add HAVE_FBO ifdef
This commit is contained in:
parent
0c1c05cda8
commit
ed2c4ec04f
2
gfx/gl.c
2
gfx/gl.c
@ -1887,8 +1887,10 @@ static bool resolve_extensions(gl_t *gl)
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_FBO
|
||||||
if (g_settings.video.force_srgb_disable)
|
if (g_settings.video.force_srgb_disable)
|
||||||
gl->has_srgb_fbo = false;
|
gl->has_srgb_fbo = false;
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef GL_DEBUG
|
#ifdef GL_DEBUG
|
||||||
/* Useful for debugging, but kinda obnoxious otherwise. */
|
/* Useful for debugging, but kinda obnoxious otherwise. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user