Swap order of drivers gl2/glcore.

This commit is contained in:
Themaister 2019-03-07 17:32:47 +01:00
parent 74039617ce
commit d9b245ce66

View File

@ -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