rsx/overlays: Handle corner case where thread signal happens just before pop_all is called.

This commit is contained in:
kd-11 2023-02-26 01:57:29 +03:00 committed by kd-11
parent 1e0565f17b
commit c570fd03d1

View file

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