mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
SPU_EVENT_LR improved
This commit is contained in:
parent
1e021cdbba
commit
a7668ff57f
6 changed files with 109 additions and 42 deletions
|
@ -73,6 +73,9 @@ public:
|
|||
|
||||
// check whether it is the current running thread
|
||||
bool is_current() const;
|
||||
|
||||
// get internal thread pointer
|
||||
const thread_ctrl_t* get_ctrl() const { return m_thread.get(); }
|
||||
};
|
||||
|
||||
class autojoin_thread_t final : private thread_t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue