Texture Cache: Address feedback.

This commit is contained in:
Fernando Sahmkow
2021-06-20 12:25:59 +02:00
parent fd98fcf7f0
commit 8f9f142956
5 changed files with 37 additions and 18 deletions

View File

@ -80,7 +80,6 @@ void MemoryManager::Unmap(GPUVAddr gpu_addr, std::size_t size) {
rasterizer->UnmapMemory(*cpu_addr, map.second);
}
UpdateRange(gpu_addr, PageEntry::State::Unmapped, size);
}