mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
rsx/overlays: Handle corner case where thread signal happens just before pop_all is called.
This commit is contained in:
parent
1e0565f17b
commit
c570fd03d1
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ namespace rsx
|
|||
// Clear
|
||||
interrupted_items.clear();
|
||||
}
|
||||
else
|
||||
else if (!m_input_thread_abort)
|
||||
{
|
||||
m_input_token_stack.wait();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue