mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
Hotfix #10411
This commit is contained in:
parent
c918f395b9
commit
4f76211551
1 changed files with 5 additions and 5 deletions
|
@ -624,13 +624,13 @@ public:
|
||||||
{
|
{
|
||||||
this->wake_up();
|
this->wake_up();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (s == thread_state::finished)
|
if (s == thread_state::finished)
|
||||||
{
|
{
|
||||||
// This participates in emulation stopping, use destruction-alike semantics
|
// This participates in emulation stopping, use destruction-alike semantics
|
||||||
thread::join(true);
|
thread::join(true);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue