mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-11 05:16:12 +00:00
200cf15044
According to https://www.khronos.org/registry/egl/extensions/KHR/EGL_KHR_create_context.txt "The default value of EGL_CONTEXT_FLAGS_KHR is zero" So this should keep it at 0 if debug=false, and set it to EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR is debug=true Fixes https://github.com/libretro/RetroArch/issues/3910