mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 10:42:36 +01: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
@ -293,7 +293,7 @@ namespace rsx
|
||||
// Clear
|
||||
interrupted_items.clear();
|
||||
}
|
||||
else
|
||||
else if (!m_input_thread_abort)
|
||||
{
|
||||
m_input_token_stack.wait();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user