Преглед изворни кода

Remove some usings that are not needed

gdkchan пре 6 година
родитељ
комит
cfe5fec0cf
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      Ryujinx.Graphics.Shader/Instructions/InstEmitVideo.cs

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

@@ -1,9 +1,7 @@
 using Ryujinx.Graphics.Shader.Decoders;
 using Ryujinx.Graphics.Shader.Decoders;
-using Ryujinx.Graphics.Shader.IntermediateRepresentation;
 using Ryujinx.Graphics.Shader.Translation;
 using Ryujinx.Graphics.Shader.Translation;
 
 
 using static Ryujinx.Graphics.Shader.Instructions.InstEmitHelper;
 using static Ryujinx.Graphics.Shader.Instructions.InstEmitHelper;
-using static Ryujinx.Graphics.Shader.IntermediateRepresentation.OperandHelper;
 
 
 namespace Ryujinx.Graphics.Shader.Instructions
 namespace Ryujinx.Graphics.Shader.Instructions
 {
 {