diff --git a/src/video_core/rasterizer_interface.h b/src/video_core/rasterizer_interface.h index 6e2eccfbf0..949feeb4f5 100644 --- a/src/video_core/rasterizer_interface.h +++ b/src/video_core/rasterizer_interface.h @@ -100,9 +100,9 @@ public: VideoCommon::CacheType which = VideoCommon::CacheType::All) = 0; virtual void InnerInvalidation(std::span> 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