mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
Some buildfixes for CXX_BUILD
This commit is contained in:
parent
d861d2b0ae
commit
6493b79324
@ -1784,7 +1784,7 @@ static void *gl_init(const video_info_t *video, const input_driver_t **input, vo
|
||||
if (!gl_check_capability(GL_CAPS_VAO))
|
||||
{
|
||||
RARCH_ERR("[GL]: Failed to initialize VAOs.\n");
|
||||
return false;
|
||||
goto error;
|
||||
}
|
||||
}
|
||||
|
||||
@ -1792,7 +1792,7 @@ static void *gl_init(const video_info_t *video, const input_driver_t **input, vo
|
||||
&gl->renderchain_data))
|
||||
{
|
||||
RARCH_ERR("[GL]: Renderchain could not be initialized.\n");
|
||||
return false;
|
||||
goto error;
|
||||
}
|
||||
|
||||
if (gl->renderchain_driver->restore_default_state)
|
||||
|
Loading…
x
Reference in New Issue
Block a user