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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/video_core/rasterizer_interface.h b/src/video_core/rasterizer_interface.h
index 8fa4e4d9a..6e2eccfbf 100644
--- a/src/video_core/rasterizer_interface.h
+++ b/src/video_core/rasterizer_interface.h
@@ -155,12 +155,6 @@ public:
155 virtual void AccelerateInlineToMemory(GPUVAddr address, size_t copy_size, 155 virtual void AccelerateInlineToMemory(GPUVAddr address, size_t copy_size,
156 std::span<const u8> memory) = 0; 156 std::span<const u8> memory) = 0;
157 157
158 /// Attempt to use a faster method to display the framebuffer to screen
159 [[nodiscard]] virtual bool AccelerateDisplay(const Tegra::FramebufferConfig& config,
160 DAddr framebuffer_addr, u32 pixel_stride) {
161 return false;
162 }
163
164 /// Initialize disk cached resources for the game being emulated 158 /// Initialize disk cached resources for the game being emulated
165 virtual void LoadDiskResources(u64 title_id, std::stop_token stop_loading, 159 virtual void LoadDiskResources(u64 title_id, std::stop_token stop_loading,
166 const DiskResourceLoadCallback& callback) {} 160 const DiskResourceLoadCallback& callback) {}