summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_base.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-10-07 18:49:54 +0200
committerGitHub <noreply@github.com>2023-10-07 18:49:54 +0200
commitbd42bba71c09010c63853867c4d80573888bff81 (patch)
tree5d37b90ed265407d1d9f595e8aebb2ca407924a1 /src/video_core/renderer_base.h
parentMerge pull request #11677 from Squall-Leonhart/D32FTOABGR8 (diff)
parentvk_present_manager: recreate surface on any surface loss (diff)
downloadyuzu-bd42bba71c09010c63853867c4d80573888bff81.tar
yuzu-bd42bba71c09010c63853867c4d80573888bff81.tar.gz
yuzu-bd42bba71c09010c63853867c4d80573888bff81.tar.bz2
yuzu-bd42bba71c09010c63853867c4d80573888bff81.tar.lz
yuzu-bd42bba71c09010c63853867c4d80573888bff81.tar.xz
yuzu-bd42bba71c09010c63853867c4d80573888bff81.tar.zst
yuzu-bd42bba71c09010c63853867c4d80573888bff81.zip
Diffstat (limited to 'src/video_core/renderer_base.h')
-rw-r--r--src/video_core/renderer_base.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/video_core/renderer_base.h b/src/video_core/renderer_base.h
index 3e12a8813..78ea5208b 100644
--- a/src/video_core/renderer_base.h
+++ b/src/video_core/renderer_base.h
@@ -89,9 +89,6 @@ public:
void RequestScreenshot(void* data, std::function<void(bool)> callback,
const Layout::FramebufferLayout& layout);
- /// This is called to notify the rendering backend of a surface change
- virtual void NotifySurfaceChanged() {}
-
protected:
Core::Frontend::EmuWindow& render_window; ///< Reference to the render window handle.
std::unique_ptr<Core::Frontend::GraphicsContext> context;