mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Expand conditional
This commit is contained in:
parent
40cfde0eba
commit
c1c9e1897c
@ -422,7 +422,7 @@ static const d3d_renderchain_driver_t *renderchain_d3d_drivers[] = {
|
||||
};
|
||||
|
||||
static const gl_renderchain_driver_t *renderchain_gl_drivers[] = {
|
||||
#if defined(HAVE_OPENGL)
|
||||
#if defined(HAVE_OPENGL) || defined(HAVE_OPENGLES)
|
||||
&gl2_renderchain,
|
||||
#endif
|
||||
NULL
|
||||
|
Loading…
x
Reference in New Issue
Block a user