diff options
| author | Joshua Vandaƫle <joshua@vandaele.software> | 2026-07-25 09:21:00 +0200 |
|---|---|---|
| committer | Joshua Vandaƫle <joshua@vandaele.software> | 2026-07-31 10:34:00 +0200 |
| commit | 1c2b7fbf7f4239f24d4ce60ef7c8054f75a767c9 (patch) | |
| tree | 3a6e0417b54ad3d1806de666158fcb00b7298615 /Source/Core/Common/GL/GLInterface/EGLX11.h | |
| parent | f1b4345d0854f1c4e5e8eb683237a771c6de5456 (diff) | |
EGLX11: Forbid EGL_PLATFORM to be "wayland"
Diffstat (limited to 'Source/Core/Common/GL/GLInterface/EGLX11.h')
| -rw-r--r-- | Source/Core/Common/GL/GLInterface/EGLX11.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/GL/GLInterface/EGLX11.h b/Source/Core/Common/GL/GLInterface/EGLX11.h index 6f30333341..03560d8581 100644 --- a/Source/Core/Common/GL/GLInterface/EGLX11.h +++ b/Source/Core/Common/GL/GLInterface/EGLX11.h @@ -11,6 +11,7 @@ class GLContextEGLX11 final : public GLContextEGL { public: + GLContextEGLX11(); ~GLContextEGLX11() override; void Update() override; |
