mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
Minor cleanup
This commit is contained in:
parent
3064cf8101
commit
22e1da5e76
19 changed files with 166 additions and 249 deletions
|
@ -571,6 +571,8 @@ public:
|
|||
ch_snr2.push_uncond(value);
|
||||
}
|
||||
}
|
||||
|
||||
cv.notify_one();
|
||||
}
|
||||
|
||||
void do_dma_transfer(u32 cmd, spu_mfc_arg_t args);
|
||||
|
@ -630,7 +632,7 @@ public:
|
|||
std::function<void(SPUThread& SPU)> m_custom_task;
|
||||
|
||||
protected:
|
||||
SPUThread(CPUThreadType type, const std::string& name, u32 index, u32 offset);
|
||||
SPUThread(CPUThreadType type, const std::string& name, std::function<std::string()> thread_name, u32 index, u32 offset);
|
||||
|
||||
public:
|
||||
SPUThread(const std::string& name, u32 index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue