summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2020-04-10 00:02:17 +0200
committerGitHub <noreply@github.com>2020-04-10 00:02:17 +0200
commitf570b129a203108cf7bebb12df5376f5a2964f05 (patch)
tree1fbfd23509d5e5bc124b3b2831c26c7c46bbb8a3
parentMerge pull request #3622 from ReinUsesLisp/srgb-texture-border (diff)
parentqt/bootmanager: Remove unnecessary glBindFramebuffer (diff)
downloadyuzu-f570b129a203108cf7bebb12df5376f5a2964f05.tar
yuzu-f570b129a203108cf7bebb12df5376f5a2964f05.tar.gz
yuzu-f570b129a203108cf7bebb12df5376f5a2964f05.tar.bz2
yuzu-f570b129a203108cf7bebb12df5376f5a2964f05.tar.lz
yuzu-f570b129a203108cf7bebb12df5376f5a2964f05.tar.xz
yuzu-f570b129a203108cf7bebb12df5376f5a2964f05.tar.zst
yuzu-f570b129a203108cf7bebb12df5376f5a2964f05.zip
-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();