mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
fix glew fix
This commit is contained in:
@ -20,8 +20,8 @@
|
||||
#include "GLUtil.h"
|
||||
#include "StreamBuffer.h"
|
||||
|
||||
#ifndef EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD
|
||||
#define EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD 0x9160
|
||||
#ifndef GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD
|
||||
#define GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD 0x9160
|
||||
#endif
|
||||
|
||||
namespace OGL
|
||||
|
Reference in New Issue
Block a user