yuzu-fork/src/citra/emu_window
Emmanuel Gil Peyrot aa4d4ff23c Frontends, VideoCore: Move glad initialisation to the frontend
On SDL2 this allows it to use SDL_GL_GetProcAddress() instead of the
default function loader, and fixes a crash when using apitrace with an
EGL context.

On Qt we will need to migrate from QGLWidget to QOpenGLWidget and
QOpenGLContext before we can use gladLoadGLLoader() instead of
gladLoadGL(), since the former doesn’t expose a function loader.
2016-05-06 03:10:14 +01:00
..
emu_window_sdl2.cpp Frontends, VideoCore: Move glad initialisation to the frontend 2016-05-06 03:10:14 +01:00
emu_window_sdl2.h Dependencies: Remove GLFW, Add SDL2 2016-03-02 14:09:02 +00:00