Explorar o código

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

gdkchan %!s(int64=6) %!d(string=hai) anos
pai
achega
ff86494d68
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      Ryujinx.Graphics.Shader/Instructions/InstEmitTexture.cs

+ 0 - 2
Ryujinx.Graphics.Shader/Instructions/InstEmitTexture.cs

@@ -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;