sceLibKernel.h added

This commit is contained in:
Nekotekina 2015-01-24 00:48:14 +03:00
parent 55a2a5c8e5
commit 2647b77c01
6 changed files with 381 additions and 99 deletions

View file

@ -21,6 +21,7 @@ public:
//std::vector<std::shared_ptr<CPUThread>>& GetThreads() { return m_threads; }
s32 GetThreadNumById(CPUThreadType type, u32 id);
std::shared_ptr<CPUThread> GetThread(u32 id);
std::shared_ptr<CPUThread> GetThread(u32 id, CPUThreadType type);
RawSPUThread* GetRawSPUThread(u32 num);
void Exec();