mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
fix windows build
add the GL include (back) to Base.props use a similar technique to GLX.cpp (by Sonic) in WGL.cpp to get wglSwapIntervalEXT without the WGLEW check Conflicts: Source/Core/VideoBackends/OGL/OGL.vcxproj Source/Core/VideoBackends/OGL/OGL.vcxproj.filters Source/VSProps/Base.props
This commit is contained in:
@ -5,7 +5,9 @@
|
||||
#include "GLExtensions.h"
|
||||
#include "Log.h"
|
||||
|
||||
#if defined(__linux__)
|
||||
#include <dlfcn.h>
|
||||
#endif
|
||||
#include <unordered_map>
|
||||
|
||||
// gl_1_2
|
||||
|
Reference in New Issue
Block a user