gsdx: call XInitThread on Linux dump replay

This commit is contained in:
Gregory Hainaut 2017-04-29 13:05:28 +02:00
parent 4b5aabe6b0
commit 413d1828eb
1 changed files with 2 additions and 0 deletions

View File

@ -1521,6 +1521,8 @@ inline unsigned long timeGetTime()
EXPORT_C GSReplay(char* lpszCmdLine, int renderer) EXPORT_C GSReplay(char* lpszCmdLine, int renderer)
{ {
GLLoader::in_replayer = true; GLLoader::in_replayer = true;
// Required by multithread driver
XInitThreads();
GSinit(); GSinit();