SC_Semaphore rewritten

This commit is contained in:
Nekotekina 2014-06-21 18:24:27 +04:00
parent e79236a97f
commit 5da33c6243
9 changed files with 254 additions and 101 deletions

View file

@ -17,6 +17,7 @@ public:
CPUThread& AddThread(CPUThreadType type);
void RemoveThread(const u32 id);
void NotifyThread(const u32 id);
std::vector<CPUThread*>& GetThreads() { return m_threads; }
s32 GetThreadNumById(CPUThreadType type, u32 id);