diff --git a/rpcs3/rpcs3.cpp b/rpcs3/rpcs3.cpp index 28bed7caf8..ca418dc199 100644 --- a/rpcs3/rpcs3.cpp +++ b/rpcs3/rpcs3.cpp @@ -72,11 +72,9 @@ void Rpcs3App::SendDbgCommand(DbgCommand id, CPUThread* thr) Rpcs3App::Rpcs3App() { - #ifdef __UNIX__ - #ifndef __APPLE__ + #if defined(__UNIX__) && !defined(__APPLE__) XInitThreads(); #endif - #endif } /* CPUThread& GetCPU(const u8 core)