mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Mac OSX: fix includes & add missing functionality
This commit is contained in:
parent
f908a3ca78
commit
64cfab5b46
6 changed files with 55 additions and 4 deletions
|
|
@ -73,8 +73,10 @@ void Rpcs3App::SendDbgCommand(DbgCommand id, CPUThread* thr)
|
|||
Rpcs3App::Rpcs3App()
|
||||
{
|
||||
#ifdef __UNIX__
|
||||
#ifndef __APPLE__
|
||||
XInitThreads();
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
/*
|
||||
CPUThread& GetCPU(const u8 core)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue