rsx: Optimize thread self-tests

This commit is contained in:
kd-11 2021-09-25 02:01:27 +03:00 committed by kd-11
parent ba2a8ebf2e
commit 2e22a0d9bb
4 changed files with 14 additions and 8 deletions

View file

@ -576,8 +576,6 @@ namespace rsx
void thread::on_task()
{
m_rsx_thread = std::this_thread::get_id();
g_tls_log_prefix = []
{
const auto rsx = get_current_renderer();