diff options
Diffstat (limited to 'src/video_core/rasterizer_interface.h')
| -rw-r--r-- | src/video_core/rasterizer_interface.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/video_core/rasterizer_interface.h b/src/video_core/rasterizer_interface.h index 6d8d2b666..f44c7df50 100644 --- a/src/video_core/rasterizer_interface.h +++ b/src/video_core/rasterizer_interface.h | |||
| @@ -127,6 +127,10 @@ public: | |||
| 127 | /// Notify rasterizer that a frame is about to finish | 127 | /// Notify rasterizer that a frame is about to finish |
| 128 | virtual void TickFrame() = 0; | 128 | virtual void TickFrame() = 0; |
| 129 | 129 | ||
| 130 | virtual bool AccelerateConditionalRendering() { | ||
| 131 | return false; | ||
| 132 | } | ||
| 133 | |||
| 130 | /// Attempt to use a faster method to perform a surface copy | 134 | /// Attempt to use a faster method to perform a surface copy |
| 131 | [[nodiscard]] virtual bool AccelerateSurfaceCopy( | 135 | [[nodiscard]] virtual bool AccelerateSurfaceCopy( |
| 132 | const Tegra::Engines::Fermi2D::Surface& src, const Tegra::Engines::Fermi2D::Surface& dst, | 136 | const Tegra::Engines::Fermi2D::Surface& src, const Tegra::Engines::Fermi2D::Surface& dst, |