summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2020-04-09 18:02:17 -0400
committerGitHub <noreply@github.com>2020-04-09 18:02:17 -0400
commitf570b129a203108cf7bebb12df5376f5a2964f05 (patch)
tree1fbfd23509d5e5bc124b3b2831c26c7c46bbb8a3 /src
parent7182ef31c9674615da19d529fa84ec96118928cc (diff)
parentc6ea0d010b05d6f8bc02eb2a0515887a009df603 (diff)
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:
}
context->MakeCurrent();
- glBindFramebuffer(GL_DRAW_FRAMEBUFFER, 0);
if (Core::System::GetInstance().Renderer().TryPresent(100)) {
context->SwapBuffers();
glFinish();