aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Shader/Decoders/IOpCode.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics/Shader/Decoders/IOpCode.cs')
-rw-r--r--Ryujinx.Graphics/Shader/Decoders/IOpCode.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/Ryujinx.Graphics/Shader/Decoders/IOpCode.cs b/Ryujinx.Graphics/Shader/Decoders/IOpCode.cs
deleted file mode 100644
index dd6ad79a..00000000
--- a/Ryujinx.Graphics/Shader/Decoders/IOpCode.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using Ryujinx.Graphics.Shader.Instructions;
-
-namespace Ryujinx.Graphics.Shader.Decoders
-{
- interface IOpCode
- {
- InstEmitter Emitter { get; }
-
- ulong Address { get; }
- long RawOpCode { get; }
-
- Register Predicate { get; }
-
- bool InvertPredicate { get; }
- }
-} \ No newline at end of file