mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-27 13:25:14 -06: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…
Reference in New Issue
Block a user