mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-09 14:22:58 +02:00
GSdx ogl: Fix a nasty crash because of the multithread hack.
canditate for 1.0 branch git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5381 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user