mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
SPURS: Integrate SPURS kernel and system service workload. Also, fixed some bugs.
This commit is contained in:
parent
4a83d43a8f
commit
c1df79b713
8 changed files with 897 additions and 845 deletions
|
@ -511,7 +511,7 @@ public:
|
|||
void WriteLS128(const u32 lsa, const u128& data) const { vm::write128(lsa + m_offset, data); }
|
||||
|
||||
std::function<void(SPUThread& SPU)> m_custom_task;
|
||||
std::function<u64(SPUThread& SPU)> m_code3_func;
|
||||
std::function<void(SPUThread& SPU)> m_code3_func;
|
||||
|
||||
public:
|
||||
SPUThread(CPUThreadType type = CPU_THREAD_SPU);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue