Fix RSX Offloader thread exit (MTRSX fix)

Hangs on exit if MTRSX is enabled.
This commit is contained in:
Nekotekina 2020-02-28 19:43:42 +03:00
parent 05bb6e1545
commit f335d034fc

View file

@ -34,7 +34,7 @@ namespace rsx
thread_ctrl::set_thread_affinity_mask(thread_ctrl::get_affinity_mask(thread_class::rsx));
}
while (thread_ctrl::state() != thread_state::finished)
while (thread_ctrl::state() != thread_state::aborting)
{
for (auto&& job : m_work_queue.pop_all())
{