summaryrefslogtreecommitdiff
path: root/src/video_core/renderer_base.h
diff options
context:
space:
mode:
authorGravatar Rodrigo Locatti2020-09-21 00:21:32 +0000
committerGravatar GitHub2020-09-21 00:21:32 +0000
commita2eb44db825a892cc2863bd1f5d0352c273ff0f0 (patch)
tree3e75441609f97c8a6ad01e70461ecb218c51d086 /src/video_core/renderer_base.h
parentMerge pull request #4683 from Morph1984/NpadHandheldActivationMode-impl (diff)
parentrenderer_opengl: Remove emulated mailbox presentation (diff)
downloadyuzu-a2eb44db825a892cc2863bd1f5d0352c273ff0f0.tar.gz
yuzu-a2eb44db825a892cc2863bd1f5d0352c273ff0f0.tar.xz
yuzu-a2eb44db825a892cc2863bd1f5d0352c273ff0f0.zip
Merge pull request #4692 from ReinUsesLisp/remove-vsync
renderer_opengl: Remove emulated mailbox presentation
Diffstat (limited to 'src/video_core/renderer_base.h')
-rw-r--r--src/video_core/renderer_base.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/video_core/renderer_base.h b/src/video_core/renderer_base.h
index 649074acd..5c650808b 100644
--- a/src/video_core/renderer_base.h
+++ b/src/video_core/renderer_base.h
@@ -46,11 +46,6 @@ public:
46 /// Finalize rendering the guest frame and draw into the presentation texture 46 /// Finalize rendering the guest frame and draw into the presentation texture
47 virtual void SwapBuffers(const Tegra::FramebufferConfig* framebuffer) = 0; 47 virtual void SwapBuffers(const Tegra::FramebufferConfig* framebuffer) = 0;
48 48
49 /// Draws the latest frame to the window waiting timeout_ms for a frame to arrive (Renderer
50 /// specific implementation)
51 /// Returns true if a frame was drawn
52 virtual bool TryPresent(int timeout_ms) = 0;
53
54 // Getter/setter functions: 49 // Getter/setter functions:
55 // ------------------------ 50 // ------------------------
56 51