diff options
| author | 2019-09-29 10:12:28 -0400 | |
|---|---|---|
| committer | 2019-10-04 19:59:55 -0400 | |
| commit | 538f5880fff5e29fd5539eea371c3131013908e4 (patch) | |
| tree | 9a5f78613f10cae8400df9002cb83ba2e947cf45 /src | |
| parent | NvFlinger: Remove leftover from corrections and clang format. (diff) | |
| download | yuzu-538f5880fff5e29fd5539eea371c3131013908e4.tar.gz yuzu-538f5880fff5e29fd5539eea371c3131013908e4.tar.xz yuzu-538f5880fff5e29fd5539eea371c3131013908e4.zip | |
GL_Renderer: Remove lefting snippet.
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/renderer_opengl/renderer_opengl.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/renderer_opengl/renderer_opengl.cpp b/src/video_core/renderer_opengl/renderer_opengl.cpp index 7f6ff0857..4bbd17b12 100644 --- a/src/video_core/renderer_opengl/renderer_opengl.cpp +++ b/src/video_core/renderer_opengl/renderer_opengl.cpp | |||
| @@ -102,8 +102,6 @@ RendererOpenGL::RendererOpenGL(Core::Frontend::EmuWindow& emu_window, Core::Syst | |||
| 102 | RendererOpenGL::~RendererOpenGL() = default; | 102 | RendererOpenGL::~RendererOpenGL() = default; |
| 103 | 103 | ||
| 104 | void RendererOpenGL::SwapBuffers(const Tegra::FramebufferConfig* framebuffer) { | 104 | void RendererOpenGL::SwapBuffers(const Tegra::FramebufferConfig* framebuffer) { |
| 105 | system.GetPerfStats().EndSystemFrame(); | ||
| 106 | |||
| 107 | // Maintain the rasterizer's state as a priority | 105 | // Maintain the rasterizer's state as a priority |
| 108 | OpenGLState prev_state = OpenGLState::GetCurState(); | 106 | OpenGLState prev_state = OpenGLState::GetCurState(); |
| 109 | state.AllDirty(); | 107 | state.AllDirty(); |