From ff24a5f7020d7a25cee76095de8f10363fabd3e7 Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Sun, 14 Dec 2014 12:19:15 +0100 Subject: [PATCH] gsdx linux: disable std::thread Threads are not killed properly therefore GS crashes on reloading (aka F9) See issue #392 --- plugins/GSdx/GSThread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/GSdx/GSThread.h b/plugins/GSdx/GSThread.h index 519c0c16ec..a773e5251b 100644 --- a/plugins/GSdx/GSThread.h +++ b/plugins/GSdx/GSThread.h @@ -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 #include