rsx: Fix typo

This commit is contained in:
kd-11 2022-05-16 21:41:38 +03:00 committed by kd-11
parent e368453751
commit 93d93b4805
1 changed files with 1 additions and 1 deletions

View File

@ -967,7 +967,7 @@ bool GLGSRender::on_access_violation(u32 address, bool is_writing)
{ {
auto &task = post_flush_request(address, result); auto &task = post_flush_request(address, result);
m_graphics_state |= ~rsx::pipeline_state::backend_interrupt; m_graphics_state |= rsx::pipeline_state::backend_interrupt;
vm::temporary_unlock(); vm::temporary_unlock();
task.producer_wait(); task.producer_wait();
} }