mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
glew1.8 debug build fix
This commit is contained in:
@ -68,6 +68,10 @@
|
|||||||
#include <wx/image.h>
|
#include <wx/image.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// glew1.8 doesn't define KHR_debug
|
||||||
|
#ifndef GL_DEBUG_OUTPUT
|
||||||
|
#define GL_DEBUG_OUTPUT 0x92E0
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
void VideoConfig::UpdateProjectionHack()
|
void VideoConfig::UpdateProjectionHack()
|
||||||
|
Reference in New Issue
Block a user