소스 검색

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

gdkchan 6 년 전
부모
커밋
ff86494d68
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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;