summaryrefslogtreecommitdiff
path: root/Source/Core/Common/GL/GLInterface/BGL.cpp
diff options
context:
space:
mode:
authorJules Blok <jules.blok@gmail.com>2017-06-26 12:32:09 +0200
committerJules Blok <jules.blok@gmail.com>2017-07-05 22:43:39 +0200
commitf3508742ac3ef87ab1093ab284e36034f7639a5f (patch)
tree9c12e1fe703df1724a95e82e4532581502c2e889 /Source/Core/Common/GL/GLInterface/BGL.cpp
parent2ab068d3f2b252ad1f8dead9771d0396d03efbce (diff)
OGL: Support Quad-Buffered stereoscopy.
Diffstat (limited to 'Source/Core/Common/GL/GLInterface/BGL.cpp')
-rw-r--r--Source/Core/Common/GL/GLInterface/BGL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/GL/GLInterface/BGL.cpp b/Source/Core/Common/GL/GLInterface/BGL.cpp
index 7cc9070a49..ed2670efc5 100644
--- a/Source/Core/Common/GL/GLInterface/BGL.cpp
+++ b/Source/Core/Common/GL/GLInterface/BGL.cpp
@@ -13,7 +13,7 @@ void cInterfaceBGL::Swap()
m_gl->SwapBuffers();
}
-bool cInterfaceBGL::Create(void* window_handle, bool core)
+bool cInterfaceBGL::Create(void* window_handle, bool stereo, bool core)
{
m_window = static_cast<BWindow*>(window_handle);