rsx/overlays: Handle corner case where thread signal happens just before pop_all is called.
This commit is contained in:
@@ -293,7 +293,7 @@ namespace rsx
|
|||||||
// Clear
|
// Clear
|
||||||
interrupted_items.clear();
|
interrupted_items.clear();
|
||||||
}
|
}
|
||||||
else
|
else if (!m_input_thread_abort)
|
||||||
{
|
{
|
||||||
m_input_token_stack.wait();
|
m_input_token_stack.wait();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user