mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 03:24:59 +00:00
glew1.8 debug build fix
This commit is contained in:
parent
87331fcef5
commit
673d256f45
1 changed files with 4 additions and 0 deletions
|
@ -68,6 +68,10 @@
|
|||
#include <wx/image.h>
|
||||
#endif
|
||||
|
||||
// glew1.8 doesn't define KHR_debug
|
||||
#ifndef GL_DEBUG_OUTPUT
|
||||
#define GL_DEBUG_OUTPUT 0x92E0
|
||||
#endif
|
||||
|
||||
|
||||
void VideoConfig::UpdateProjectionHack()
|
||||
|
|
Loading…
Add table
Reference in a new issue