diff options
| author | 2024-02-02 15:08:06 +0100 | |
|---|---|---|
| committer | 2024-02-02 15:08:06 +0100 | |
| commit | 58cf2ee1f93ebfa0e6b25b71d349ad2ad7895f53 (patch) | |
| tree | a6efdfb4de7a7bac87926f6f1e93e7275634c731 /src/video_core/rasterizer_interface.h | |
| parent | Merge pull request #12878 from zhaobot/tx-update-20240201020554 (diff) | |
| parent | hardware_composer: implement speed limit extensions (diff) | |
| download | yuzu-58cf2ee1f93ebfa0e6b25b71d349ad2ad7895f53.tar.gz yuzu-58cf2ee1f93ebfa0e6b25b71d349ad2ad7895f53.tar.xz yuzu-58cf2ee1f93ebfa0e6b25b71d349ad2ad7895f53.zip | |
Merge pull request #12761 from liamwhite/mp-composite
video_core: rewrite presentation for layer composition
Diffstat (limited to 'src/video_core/rasterizer_interface.h')
| -rw-r--r-- | src/video_core/rasterizer_interface.h | 6 |
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) {} |