mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12:00
sceLibKernel.h added
This commit is contained in:
parent
55a2a5c8e5
commit
2647b77c01
6 changed files with 381 additions and 99 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue