diff options
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: | |||
| 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(); |