mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-25 11:58:36 -06: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