Remove leftover of debugging code for shader texture format (#1141)

This commit is contained in:
gdkchan 2020-04-22 11:02:07 -03:00 committed by GitHub
parent 6bfe4715f0
commit ff86494d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -250,8 +250,6 @@ namespace Ryujinx.Graphics.Shader.Instructions
format = GetTextureFormat(op.Size);
}
System.Console.WriteLine(format.ToString());
Operand[] sources = sourcesList.ToArray();
int handle = !op.IsBindless ? op.Immediate : 0;