mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12:00
overlays: hotfix for waiting on thread_count
This commit is contained in:
parent
ff16e678a5
commit
df1813b4e2
1 changed files with 5 additions and 0 deletions
|
@ -161,6 +161,11 @@ namespace rsx
|
||||||
while (u32 i = thread_count)
|
while (u32 i = thread_count)
|
||||||
{
|
{
|
||||||
thread_count.wait(i);
|
thread_count.wait(i);
|
||||||
|
|
||||||
|
if (thread_ctrl::state() == thread_state::aborting)
|
||||||
|
{
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pad::SetIntercepted(false);
|
pad::SetIntercepted(false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue