diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2019-12-11 14:48:08 -0300 |
|---|---|---|
| committer | Thog <thog@protonmail.com> | 2020-01-09 02:13:00 +0100 |
| commit | cfe5fec0cf312d7a5f49470e93b6e9f83e883e21 (patch) | |
| tree | 76d1c6f97c2194a7984ffb005b1e0722c540665c | |
| parent | 171c3d54c69d61a6b545c4fedbfdfcf1115b1da5 (diff) | |
Remove some usings that are not needed
| -rw-r--r-- | Ryujinx.Graphics.Shader/Instructions/InstEmitVideo.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Ryujinx.Graphics.Shader/Instructions/InstEmitVideo.cs b/Ryujinx.Graphics.Shader/Instructions/InstEmitVideo.cs index b19e9fa1..aac12c78 100644 --- a/Ryujinx.Graphics.Shader/Instructions/InstEmitVideo.cs +++ b/Ryujinx.Graphics.Shader/Instructions/InstEmitVideo.cs @@ -1,9 +1,7 @@ using Ryujinx.Graphics.Shader.Decoders; -using Ryujinx.Graphics.Shader.IntermediateRepresentation; using Ryujinx.Graphics.Shader.Translation; using static Ryujinx.Graphics.Shader.Instructions.InstEmitHelper; -using static Ryujinx.Graphics.Shader.IntermediateRepresentation.OperandHelper; namespace Ryujinx.Graphics.Shader.Instructions { |
