mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-02 15:05:09 +00:00
This shouldn't return false
This commit is contained in:
parent
49a3514147
commit
08e8fa3144
@ -1373,8 +1373,7 @@ bool rarch_environment_cb(unsigned cmd, void *data)
|
||||
return false;
|
||||
|
||||
#if defined(HAVE_OPENGL)
|
||||
if (!gl_set_core_context(cb->context_type))
|
||||
return false;
|
||||
if (!gl_set_core_context(cb->context_type)) { }
|
||||
#endif
|
||||
|
||||
cb->get_current_framebuffer = video_driver_get_current_framebuffer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user