mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
workaround older glew versions
This commit is contained in:
parent
2a1f592d82
commit
cb4cb1713d
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@
|
|||
#include "GLUtil.h"
|
||||
#include "StreamBuffer.h"
|
||||
|
||||
#ifndef EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD
|
||||
#define EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD 0x9160
|
||||
#endif
|
||||
|
||||
namespace OGL
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue