mirror of https://github.com/PCSX2/pcsx2.git
gsdx: call XInitThread on Linux dump replay
This commit is contained in:
parent
4b5aabe6b0
commit
413d1828eb
|
@ -1521,6 +1521,8 @@ inline unsigned long timeGetTime()
|
|||
EXPORT_C GSReplay(char* lpszCmdLine, int renderer)
|
||||
{
|
||||
GLLoader::in_replayer = true;
|
||||
// Required by multithread driver
|
||||
XInitThreads();
|
||||
|
||||
GSinit();
|
||||
|
||||
|
|
Loading…
Reference in New Issue