mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 12:05:23 +00:00
rsx/overlays: Fix crash on stop
This commit is contained in:
parent
7b9614fcf3
commit
9f5e3ecb8c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue