mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
d8ea30881d
If the video_driver is set incorrectly it will default to vulkan instead of gl. However its possible to have RetroArch built with vulkan even with no working vulkan drivers and this will cause a segfault. Defaulting to gl again should be a safer default which should crash for fewer users. Fixes https://github.com/libretro/RetroArch/issues/5568.