Remove some debug code
This commit is contained in:
parent
04a60828c1
commit
2d409c477d
2 changed files with 0 additions and 4 deletions
|
@ -402,8 +402,6 @@ namespace Ryujinx.Graphics.Gal.OpenGL
|
||||||
DstFb = GL.GenFramebuffer();
|
DstFb = GL.GenFramebuffer();
|
||||||
}
|
}
|
||||||
|
|
||||||
GL.GetError();
|
|
||||||
|
|
||||||
GL.BindFramebuffer(FramebufferTarget.ReadFramebuffer, SrcFb);
|
GL.BindFramebuffer(FramebufferTarget.ReadFramebuffer, SrcFb);
|
||||||
GL.BindFramebuffer(FramebufferTarget.DrawFramebuffer, DstFb);
|
GL.BindFramebuffer(FramebufferTarget.DrawFramebuffer, DstFb);
|
||||||
|
|
||||||
|
|
|
@ -561,8 +561,6 @@ namespace Ryujinx.Graphics
|
||||||
Key &= ~0x1fL;
|
Key &= ~0x1fL;
|
||||||
}
|
}
|
||||||
|
|
||||||
long addr = Key;
|
|
||||||
|
|
||||||
Key = Vmm.GetPhysicalAddress(Key);
|
Key = Vmm.GetPhysicalAddress(Key);
|
||||||
|
|
||||||
if (Key == -1)
|
if (Key == -1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue