mirror of
https://github.com/libretro/RetroArch
synced 2025-04-24 15:02:35 +00:00
Merge pull request #7121 from orbea/video_driver
Default to gl instead of vulkan.
This commit is contained in:
commit
07509a8ec8
@ -262,12 +262,12 @@ struct aspect_ratio_elem aspectratio_lut[ASPECT_RATIO_END] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const video_driver_t *video_drivers[] = {
|
static const video_driver_t *video_drivers[] = {
|
||||||
#ifdef HAVE_VULKAN
|
|
||||||
&video_vulkan,
|
|
||||||
#endif
|
|
||||||
#ifdef HAVE_OPENGL
|
#ifdef HAVE_OPENGL
|
||||||
&video_gl,
|
&video_gl,
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_VULKAN
|
||||||
|
&video_vulkan,
|
||||||
|
#endif
|
||||||
#ifdef HAVE_METAL
|
#ifdef HAVE_METAL
|
||||||
&video_metal,
|
&video_metal,
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user