gsdx linux: disable std::thread

Threads are not killed properly therefore GS crashes on reloading (aka F9)

See issue #392
This commit is contained in:
Gregory Hainaut 2014-12-14 12:19:15 +01:00
parent b9297c6158
commit ff24a5f702
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ public:
#else
// let us use std::thread for now, comment out the definition to go back to pthread
#define _STD_THREAD_
//#define _STD_THREAD_
#ifdef _STD_THREAD_
#include <thread>
#include <mutex>