Browse Source

Merge pull request #3623 from ReinUsesLisp/renderdoc-bind-spam

qt/bootmanager: Remove unnecessary glBindFramebuffer
Fernando Sahmkow 6 năm trước cách đây
mục cha
commit
f570b129a2
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/yuzu/bootmanager.cpp

+ 0 - 1
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();