mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
Add error message when FBO fails.
This commit is contained in:
parent
9535097894
commit
ec367d333d
3
gfx/gl.c
3
gfx/gl.c
@ -281,7 +281,10 @@ static void gl_init_fbo(gl_t *gl, unsigned width, unsigned height)
|
||||
return;
|
||||
|
||||
if (!load_fbo_proc())
|
||||
{
|
||||
SSNES_ERR("Failed to locate FBO functions. Won't be able to use render-to-texture.\n");
|
||||
return;
|
||||
}
|
||||
|
||||
float scale_x = g_settings.video.fbo_scale_x;
|
||||
float scale_y = g_settings.video.fbo_scale_y;
|
||||
|
Loading…
x
Reference in New Issue
Block a user