dolphin/Source/Core/Common/GL/GLInterface
Michael Maltese 3f8a471d64 EGL: Fix missing-braces warning
Fixes warning:

```
../Source/Core/Common/GL/GLInterface/EGL.cpp:57:7: warning: suggest braces around initialization of subobject [-Wmissing-braces]
      EGL_OPENGL_BIT, (1 << 6), /* EGL_OPENGL_ES3_BIT_KHR */
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
2017-03-25 17:09:50 -07:00
..
AGL.h Don't force compile everything as Objective-C++ on macOS 2016-09-18 17:33:51 -07:00
AGL.mm Don't force compile everything as Objective-C++ on macOS 2016-09-18 17:33:51 -07:00
EGL.cpp EGL: Fix missing-braces warning 2017-03-25 17:09:50 -07:00
EGL.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
EGLAndroid.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
EGLAndroid.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
EGLX11.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
EGLX11.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
GLInterface.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
GLX.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
GLX.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
WGL.cpp GLInterface: Implement core and shared context creation for WGL 2016-11-29 20:04:32 +10:00
WGL.h Add includes for building on Windows without PCH 2017-01-23 01:37:41 -08:00
X11_Util.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
X11_Util.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00