rsx/overlays: Fix crash on stop
This commit is contained in:
committed by
Megamouse
parent
7b9614fcf3
commit
9f5e3ecb8c
@@ -295,7 +295,7 @@ namespace rsx
|
|||||||
}
|
}
|
||||||
else if (!m_input_thread_abort)
|
else if (!m_input_thread_abort)
|
||||||
{
|
{
|
||||||
m_input_token_stack.wait();
|
thread_ctrl::wait_on(m_input_token_stack, nullptr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user