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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/video_core/rasterizer_interface.h b/src/video_core/rasterizer_interface.h
index a4a219d8d..6b8b64709 100644
--- a/src/video_core/rasterizer_interface.h
+++ b/src/video_core/rasterizer_interface.h
@@ -60,5 +60,8 @@ public:
60 virtual bool AccelerateDrawBatch(bool is_indexed) { 60 virtual bool AccelerateDrawBatch(bool is_indexed) {
61 return false; 61 return false;
62 } 62 }
63
64 /// Increase/decrease the number of object in pages touching the specified region
65 virtual void UpdatePagesCachedCount(Tegra::GPUVAddr addr, u64 size, int delta) {}
63}; 66};
64} // namespace VideoCore 67} // namespace VideoCore