early-access version 1266

This commit is contained in:
pineappleEA
2020-12-30 09:56:28 +00:00
parent d363a1bef6
commit 81903025c0
3 changed files with 3 additions and 1 deletions

View File

@@ -670,6 +670,7 @@ void Vulkan::RasterizerVulkan::InvalidateTextureCache(VAddr addr, u64 size) {
if (addr == 0 || size == 0) {
return;
}
auto lock = texture_cache.AcquireLock();
texture_cache.UnmapMemory(addr, size);
}