diff options
author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2020-04-10 00:02:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-10 00:02:17 +0200 |
commit | f570b129a203108cf7bebb12df5376f5a2964f05 (patch) | |
tree | 1fbfd23509d5e5bc124b3b2831c26c7c46bbb8a3 /src | |
parent | Merge pull request #3622 from ReinUsesLisp/srgb-texture-border (diff) | |
parent | qt/bootmanager: Remove unnecessary glBindFramebuffer (diff) | |
download | yuzu-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 |
Diffstat (limited to 'src')
-rw-r--r-- | src/yuzu/bootmanager.cpp | 1 |
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(); |