diff --git a/ps3/ps3_video_psgl.c b/ps3/ps3_video_psgl.c index 32dcd60fc0..2f7fbe526d 100644 --- a/ps3/ps3_video_psgl.c +++ b/ps3/ps3_video_psgl.c @@ -380,6 +380,7 @@ static void gl_init_fbo(gl_t *gl, unsigned width, unsigned height) } gl->fbo_inited = true; + glBindFramebufferOES(GL_FRAMEBUFFER_OES, 0); return; error: