mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
rsx: Fix typo
This commit is contained in:
parent
e368453751
commit
93d93b4805
@ -967,7 +967,7 @@ bool GLGSRender::on_access_violation(u32 address, bool is_writing)
|
||||
{
|
||||
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();
|
||||
task.producer_wait();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user