mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Swap order of drivers gl2/glcore.
This commit is contained in:
parent
74039617ce
commit
d9b245ce66
@ -261,12 +261,12 @@ struct aspect_ratio_elem aspectratio_lut[ASPECT_RATIO_END] = {
|
||||
};
|
||||
|
||||
static const video_driver_t *video_drivers[] = {
|
||||
#if defined(HAVE_OPENGL_CORE)
|
||||
&video_gl_core,
|
||||
#endif
|
||||
#ifdef HAVE_OPENGL
|
||||
&video_gl2,
|
||||
#endif
|
||||
#if defined(HAVE_OPENGL_CORE)
|
||||
&video_gl_core,
|
||||
#endif
|
||||
#ifdef HAVE_OPENGL1
|
||||
&video_gl1,
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user