[vk] Skip CPU write #19

Closed
crueter wants to merge 2 commits from skip-tex-copy into master

View file

@ -100,9 +100,9 @@ public:
VideoCommon::CacheType which = VideoCommon::CacheType::All) = 0;
virtual void InnerInvalidation(std::span<const std::pair<DAddr, std::size_t>> sequences) {
for (const auto& [cpu_addr, size] : sequences) {
/*for (const auto& [cpu_addr, size] : sequences) {
InvalidateRegion(cpu_addr, size);
}
}*/
}
/// Notify rasterizer that any caches of the specified region are desync with guest