mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
b9297c6158
commit
ff24a5f702
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue