mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +12:00
more compact precompiler checking
This commit is contained in:
parent
0aa8a9f372
commit
4de24cb436
1 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue