summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2013-02-06 01:05:19 +0100
committerdegasus <wickmarkus@web.de>2013-02-06 01:05:19 +0100
commite7a8d3f854825fbcbf70c89905fae8d035fe8598 (patch)
treed2cc0bf02038a1021d2b941cd3466c48907e29b9 /Source/Core/VideoCommon
parentef602fd643ff9eebb86bd03219e44493b0c6441a (diff)
check for GL_ARB_sync, it's in ogl 3.2
Diffstat (limited to 'Source/Core/VideoCommon')
-rw-r--r--Source/Core/VideoCommon/Src/VideoConfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/VideoConfig.h b/Source/Core/VideoCommon/Src/VideoConfig.h
index 886ed15311..84a2321103 100644
--- a/Source/Core/VideoCommon/Src/VideoConfig.h
+++ b/Source/Core/VideoCommon/Src/VideoConfig.h
@@ -165,6 +165,7 @@ struct VideoConfig
bool bSupportsGLSLUBO;
bool bSupportsGLSLCache;
bool bSupportsGLPinnedMemory;
+ bool bSupportsGLSync;
} backend_info;
// Utility