mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-06 18:40:36 +00:00
overlays: hotfix for waiting on thread_count
This commit is contained in:
parent
ff16e678a5
commit
df1813b4e2
@ -161,6 +161,11 @@ namespace rsx
|
||||
while (u32 i = thread_count)
|
||||
{
|
||||
thread_count.wait(i);
|
||||
|
||||
if (thread_ctrl::state() == thread_state::aborting)
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
pad::SetIntercepted(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user