GPU: Fix rebase errors.

This commit is contained in:
Fernando Sahmkow 2020-02-18 13:19:24 -04:00
parent e84eb64e51
commit a081a7c855
2 changed files with 4 additions and 4 deletions

View file

@ -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() {