more compact precompiler checking
This commit is contained in:
+1
-3
@@ -72,11 +72,9 @@ void Rpcs3App::SendDbgCommand(DbgCommand id, CPUThread* thr)
|
|||||||
|
|
||||||
Rpcs3App::Rpcs3App()
|
Rpcs3App::Rpcs3App()
|
||||||
{
|
{
|
||||||
#ifdef __UNIX__
|
#if defined(__UNIX__) && !defined(__APPLE__)
|
||||||
#ifndef __APPLE__
|
|
||||||
XInitThreads();
|
XInitThreads();
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
CPUThread& GetCPU(const u8 core)
|
CPUThread& GetCPU(const u8 core)
|
||||||
|
|||||||
Reference in New Issue
Block a user