rsx/overlays: Fix crash on stop

This commit is contained in:
Elad Ashkenazi
2023-05-24 18:37:43 +03:00
committed by Megamouse
parent 7b9614fcf3
commit 9f5e3ecb8c
+1 -1
View File
@@ -295,7 +295,7 @@ namespace rsx
}
else if (!m_input_thread_abort)
{
m_input_token_stack.wait();
thread_ctrl::wait_on(m_input_token_stack, nullptr);
}
}
}