mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 12:05:23 +00:00
minor typo fix
This commit is contained in:
parent
362eea09a1
commit
474d0f61a2
2 changed files with 1 additions and 3 deletions
|
@ -1822,8 +1822,6 @@ bool GLGSRender::on_access_violation(u32 address, bool is_writing)
|
|||
|
||||
vm::temporary_unlock();
|
||||
task.producer_wait();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
|
@ -937,7 +937,7 @@ bool VKGSRender::on_access_violation(u32 address, bool is_writing)
|
|||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
void VKGSRender::on_invalidate_memory_range(const utils::address_range &range)
|
||||
|
|
Loading…
Add table
Reference in a new issue