summaryrefslogtreecommitdiff
path: root/src/video_core/rasterizer_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/rasterizer_interface.h')
-rw-r--r--src/video_core/rasterizer_interface.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/video_core/rasterizer_interface.h b/src/video_core/rasterizer_interface.h
index d5505ef9c..3c18d3b1f 100644
--- a/src/video_core/rasterizer_interface.h
+++ b/src/video_core/rasterizer_interface.h
@@ -49,10 +49,6 @@ public:
49 /// and invalidated 49 /// and invalidated
50 virtual void FlushAndInvalidateRegion(CacheAddr addr, u64 size) = 0; 50 virtual void FlushAndInvalidateRegion(CacheAddr addr, u64 size) = 0;
51 51
52 /// Notify rasterizer that any caches of the specified region should be flushed to Switch memory
53 /// and invalidated
54 virtual void FlushAndInvalidateRegionEx(GPUVAddr gpu_addr, CacheAddr addr, u64 size) = 0;
55
56 /// Attempt to use a faster method to perform a surface copy 52 /// Attempt to use a faster method to perform a surface copy
57 virtual bool AccelerateSurfaceCopy(const Tegra::Engines::Fermi2D::Regs::Surface& src, 53 virtual bool AccelerateSurfaceCopy(const Tegra::Engines::Fermi2D::Regs::Surface& src,
58 const Tegra::Engines::Fermi2D::Regs::Surface& dst, 54 const Tegra::Engines::Fermi2D::Regs::Surface& dst,