mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-06 16:07:52 -05:00
Memory: Fix invalidation handling from the CPU/Services
This commit is contained in:
@ -621,7 +621,7 @@ void RasterizerVulkan::OnCacheInvalidation(VAddr addr, u64 size) {
|
||||
}
|
||||
{
|
||||
std::scoped_lock lock{buffer_cache.mutex};
|
||||
buffer_cache.CachedWriteMemory(addr, size);
|
||||
buffer_cache.WriteMemory(addr, size);
|
||||
}
|
||||
pipeline_cache.InvalidateRegion(addr, size);
|
||||
}
|
||||
|
Reference in New Issue
Block a user