mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
FastCall() removed
This commit is contained in:
parent
5a4aa9096b
commit
c1da446653
8 changed files with 61 additions and 50 deletions
|
@ -21,7 +21,7 @@ public:
|
|||
virtual std::string GetThreadName() const;
|
||||
virtual void SetThreadName(const std::string& name);
|
||||
|
||||
void WaitForAnySignal();
|
||||
void WaitForAnySignal(u64 time = 1);
|
||||
|
||||
void Notify();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue