Skip to content

Commit

Permalink
more compact precompiler checking
Browse files Browse the repository at this point in the history
  • Loading branch information
Bigpet committed May 1, 2014
1 parent 0aa8a9f commit 4de24cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rpcs3/rpcs3.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit 4de24cb

Please sign in to comment.