diff options
Diffstat (limited to 'src/video_core/gpu.h')
-rw-r--r-- | src/video_core/gpu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h index 87c96f46be..168a88692e 100644 --- a/src/video_core/gpu.h +++ b/src/video_core/gpu.h @@ -247,8 +247,7 @@ public: virtual void PushGPUEntries(Tegra::CommandList&& entries) = 0; /// Swap buffers (render frame) - virtual void SwapBuffers( - std::optional<std::reference_wrapper<const Tegra::FramebufferConfig>> framebuffer) = 0; + virtual void SwapBuffers(const Tegra::FramebufferConfig* framebuffer) = 0; /// Notify rasterizer that any caches of the specified region should be flushed to Switch memory virtual void FlushRegion(CacheAddr addr, u64 size) = 0; |