dolphin/Source/Core/Common/GL
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
..
GLExtensions GLExtensions: remove NV_depth_buffer_float from OpenGL 3.0 2017-03-10 12:54:46 -08:00
GLInterface EGL: Fix missing-braces warning 2017-03-25 17:09:50 -07:00
GLInterfaceBase.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
GLUtil.cpp Reorganise a ton of logs level 2016-10-01 15:50:28 -04:00
GLUtil.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00