Browse Source
Merge pull request #3623 from ReinUsesLisp/renderdoc-bind-spam
qt/bootmanager: Remove unnecessary glBindFramebuffer
pull/15/merge
Fernando Sahmkow
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
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(); |
|
|
|
|