mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-28 08:37:06 +00:00
rsx/overlays: Fix crash on stop
This commit is contained in:
parent
7b9614fcf3
commit
9f5e3ecb8c
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user