aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Nvdec/ChCommandEntry.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.Nvdec/ChCommandEntry.cs')
-rw-r--r--Ryujinx.Graphics.Nvdec/ChCommandEntry.cs18
1 files changed, 0 insertions, 18 deletions
diff --git a/Ryujinx.Graphics.Nvdec/ChCommandEntry.cs b/Ryujinx.Graphics.Nvdec/ChCommandEntry.cs
deleted file mode 100644
index b01b77ed..00000000
--- a/Ryujinx.Graphics.Nvdec/ChCommandEntry.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-namespace Ryujinx.Graphics
-{
- struct ChCommand
- {
- public ChClassId ClassId { get; private set; }
-
- public int MethodOffset { get; private set; }
-
- public int[] Arguments { get; private set; }
-
- public ChCommand(ChClassId classId, int methodOffset, params int[] arguments)
- {
- ClassId = classId;
- MethodOffset = methodOffset;
- Arguments = arguments;
- }
- }
-} \ No newline at end of file