mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-09 23:09:59 +00:00
Merge pull request #3623 from ReinUsesLisp/renderdoc-bind-spam
qt/bootmanager: Remove unnecessary glBindFramebuffer
This commit is contained in:
commit
f570b129a2
1 changed files with 0 additions and 1 deletions
|
@ -224,7 +224,6 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
context->MakeCurrent();
|
context->MakeCurrent();
|
||||||
glBindFramebuffer(GL_DRAW_FRAMEBUFFER, 0);
|
|
||||||
if (Core::System::GetInstance().Renderer().TryPresent(100)) {
|
if (Core::System::GetInstance().Renderer().TryPresent(100)) {
|
||||||
context->SwapBuffers();
|
context->SwapBuffers();
|
||||||
glFinish();
|
glFinish();
|
||||||
|
|
Loading…
Reference in a new issue