mirror of
https://github.com/libretro/RetroArch
synced 2025-04-15 23:42:30 +00:00
Add #ifdefs for EGL_VERSION_1_5 and EGL_EXT_platform_base around the calls to eglGetPlatformDisplay and eglGetPlatformDisplayEXT, respectively. This avoids compiler errors when the EGL header files don't have the necessary declarations for EGL 1.5 or EGL_EXT_platform_base. Follow-up fix for https://github.com/libretro/RetroArch/issues/4790