mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12:00
EXCEPTION() macro usage, sceNpTrophy improved
This commit is contained in:
parent
6f1e76198a
commit
32d3d1fbe5
32 changed files with 477 additions and 609 deletions
|
@ -199,7 +199,7 @@ public:
|
|||
//u64 join()
|
||||
//{
|
||||
// if (!joinable())
|
||||
// throw "thread must be joinable for join";
|
||||
// throw EXCEPTION("thread must be joinable for join");
|
||||
|
||||
// thread->SetJoinable(false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue