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();
|
||||
}
|
||||
|
||||
GL.GetError();
|
||||
|
||||
GL.BindFramebuffer(FramebufferTarget.ReadFramebuffer, SrcFb);
|
||||
GL.BindFramebuffer(FramebufferTarget.DrawFramebuffer, DstFb);
|
||||
|
||||
|
|
|
@ -561,8 +561,6 @@ namespace Ryujinx.Graphics
|
|||
Key &= ~0x1fL;
|
||||
}
|
||||
|
||||
long addr = Key;
|
||||
|
||||
Key = Vmm.GetPhysicalAddress(Key);
|
||||
|
||||
if (Key == -1)
|
||||
|
|
Loading…
Add table
Reference in a new issue