diff --git a/gfx/video_driver.c b/gfx/video_driver.c index 3fa843eefa..37efe7b01a 100644 --- a/gfx/video_driver.c +++ b/gfx/video_driver.c @@ -262,12 +262,12 @@ struct aspect_ratio_elem aspectratio_lut[ASPECT_RATIO_END] = { }; static const video_driver_t *video_drivers[] = { -#ifdef HAVE_VULKAN - &video_vulkan, -#endif #ifdef HAVE_OPENGL &video_gl, #endif +#ifdef HAVE_VULKAN + &video_vulkan, +#endif #ifdef HAVE_METAL &video_metal, #endif