diff --git a/plugins/GSdx/GS.cpp b/plugins/GSdx/GS.cpp index 7668d00f15..32bf9ab2e0 100644 --- a/plugins/GSdx/GS.cpp +++ b/plugins/GSdx/GS.cpp @@ -549,6 +549,9 @@ EXPORT_C GSvsync(int field) #endif +#ifdef OGL_MT_HACK + s_gs->m_wnd.AttachContext(); +#endif s_gs->VSync(field); } catch (GSDXRecoverableError)