Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Oops, I left a bit being set when it shouldn't have been.
  • Loading branch information
Sonicadvance1 committed Dec 12, 2013
1 parent 09680cc commit d7be993
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/Core/DolphinWX/Src/GLInterface/EGL.cpp
Expand Up @@ -51,8 +51,6 @@ bool cInterfaceEGL::Create(void *&window_handle)
EGL_RED_SIZE, 8,
EGL_GREEN_SIZE, 8,
EGL_BLUE_SIZE, 8,
// EGL_RENDERABLE_TYPE, (1 << 6) /* EGL_OPENGL_ES3_BIT */,
EGL_RENDERABLE_TYPE, EGL_OPENGL_BIT,
EGL_NONE };

EGLint ctx_attribs[] = {
Expand Down

0 comments on commit d7be993

Please sign in to comment.