Remove some debug code

This commit is contained in:
gdkchan 2018-11-15 00:07:19 -03:00
parent 04a60828c1
commit 2d409c477d
2 changed files with 0 additions and 4 deletions

View file

@ -402,8 +402,6 @@ namespace Ryujinx.Graphics.Gal.OpenGL
DstFb = GL.GenFramebuffer();
}
GL.GetError();
GL.BindFramebuffer(FramebufferTarget.ReadFramebuffer, SrcFb);
GL.BindFramebuffer(FramebufferTarget.DrawFramebuffer, DstFb);

View file

@ -561,8 +561,6 @@ namespace Ryujinx.Graphics
Key &= ~0x1fL;
}
long addr = Key;
Key = Vmm.GetPhysicalAddress(Key);
if (Key == -1)