mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(PS3) Remove FBO init hack even when FBO mode is disabled -
non-FBO mode is still broken though
This commit is contained in:
parent
ce1de27b5a
commit
7445d15f53
11
gfx/gl.c
11
gfx/gl.c
@ -1612,17 +1612,6 @@ static void gl_start(void)
|
||||
context_get_available_resolutions_func();
|
||||
|
||||
gl_init_menu(gl);
|
||||
|
||||
#ifdef HAVE_FBO
|
||||
// FBO mode has to be enabled once even if FBO mode has to be
|
||||
// turned off
|
||||
if (!g_settings.video.render_to_texture)
|
||||
{
|
||||
context_apply_fbo_state_changes_func(FBO_DEINIT);
|
||||
context_apply_fbo_state_changes_func(FBO_INIT);
|
||||
context_apply_fbo_state_changes_func(FBO_DEINIT);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
static void gl_stop(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user