overlays: hotfix for waiting on thread_count

This commit is contained in:
Nekotekina 2020-02-25 23:43:05 +03:00
parent ff16e678a5
commit df1813b4e2

View File

@ -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);