GPU: Fix rebase errors.
This commit is contained in:
parent
e84eb64e51
commit
a081a7c855
2 changed files with 4 additions and 4 deletions
|
@ -673,6 +673,7 @@ void RasterizerOpenGL::OnCPUWrite(VAddr addr, u64 size) {
|
|||
texture_cache.OnCPUWrite(addr, size);
|
||||
shader_cache.InvalidateRegion(addr, size);
|
||||
buffer_cache.OnCPUWrite(addr, size);
|
||||
query_cache.InvalidateRegion(addr, size);
|
||||
}
|
||||
|
||||
void RasterizerOpenGL::SyncGuestHost() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue