summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Fernando Sahmkow2020-04-09 18:02:17 -0400
committerGravatar GitHub2020-04-09 18:02:17 -0400
commitf570b129a203108cf7bebb12df5376f5a2964f05 (patch)
tree1fbfd23509d5e5bc124b3b2831c26c7c46bbb8a3 /src
parentMerge pull request #3622 from ReinUsesLisp/srgb-texture-border (diff)
parentqt/bootmanager: Remove unnecessary glBindFramebuffer (diff)
downloadyuzu-f570b129a203108cf7bebb12df5376f5a2964f05.tar.gz
yuzu-f570b129a203108cf7bebb12df5376f5a2964f05.tar.xz
yuzu-f570b129a203108cf7bebb12df5376f5a2964f05.zip
Merge pull request #3623 from ReinUsesLisp/renderdoc-bind-spam
qt/bootmanager: Remove unnecessary glBindFramebuffer
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/bootmanager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/bootmanager.cpp b/src/yuzu/bootmanager.cpp
index eaded2640..7b211bd32 100644
--- a/src/yuzu/bootmanager.cpp
+++ b/src/yuzu/bootmanager.cpp
@@ -224,7 +224,6 @@ public:
224 } 224 }
225 225
226 context->MakeCurrent(); 226 context->MakeCurrent();
227 glBindFramebuffer(GL_DRAW_FRAMEBUFFER, 0);
228 if (Core::System::GetInstance().Renderer().TryPresent(100)) { 227 if (Core::System::GetInstance().Renderer().TryPresent(100)) {
229 context->SwapBuffers(); 228 context->SwapBuffers();
230 glFinish(); 229 glFinish();