Skip to content

Commit

Permalink
rsx/overlays: Fix crash on stop
Browse files Browse the repository at this point in the history
  • Loading branch information
elad335 authored and Megamouse committed May 26, 2023
1 parent 7b9614f commit 9f5e3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcs3/Emu/RSX/Overlays/overlay_manager.cpp
Expand Up @@ -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);
}
}
}
Expand Down

0 comments on commit 9f5e3ec

Please sign in to comment.