summaryrefslogtreecommitdiff
path: root/src/citra_qt/bootmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/citra_qt/bootmanager.cpp')
-rw-r--r--src/citra_qt/bootmanager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/citra_qt/bootmanager.cpp b/src/citra_qt/bootmanager.cpp
index 414b2f8af..a9669c559 100644
--- a/src/citra_qt/bootmanager.cpp
+++ b/src/citra_qt/bootmanager.cpp
@@ -119,6 +119,7 @@ GRenderWindow::GRenderWindow(QWidget* parent, EmuThread* emu_thread) :
119 QGLFormat fmt; 119 QGLFormat fmt;
120 fmt.setVersion(3,3); 120 fmt.setVersion(3,3);
121 fmt.setProfile(QGLFormat::CoreProfile); 121 fmt.setProfile(QGLFormat::CoreProfile);
122 fmt.setSwapInterval(VideoCore::g_vsync_enabled);
122 // Requests a forward-compatible context, which is required to get a 3.2+ context on OS X 123 // Requests a forward-compatible context, which is required to get a 3.2+ context on OS X
123 fmt.setOption(QGL::NoDeprecatedFunctions); 124 fmt.setOption(QGL::NoDeprecatedFunctions);
124 125