aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Nvdec/CodecId.cs
diff options
context:
space:
mode:
authorMary-nyan <mary@mary.zone>2023-01-02 15:48:46 +0100
committerGitHub <noreply@github.com>2023-01-02 14:48:46 +0000
commit09c9686498c7c987c94f33c79732c7592045e035 (patch)
tree4fc8442ba38098b50342d193ffbb26437fc73f62 /Ryujinx.Graphics.Nvdec/CodecId.cs
parentb6614c6ad5d7d19594b80f4917df27bf476e8f03 (diff)
misc: Use official names for NVDEC registers (#4192)
* misc: Uses official names for NVDEC registers * Address gdkchan's comment * Address comments
Diffstat (limited to 'Ryujinx.Graphics.Nvdec/CodecId.cs')
-rw-r--r--Ryujinx.Graphics.Nvdec/CodecId.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/Ryujinx.Graphics.Nvdec/CodecId.cs b/Ryujinx.Graphics.Nvdec/CodecId.cs
deleted file mode 100644
index 9aaa3d02..00000000
--- a/Ryujinx.Graphics.Nvdec/CodecId.cs
+++ /dev/null
@@ -1,13 +0,0 @@
-namespace Ryujinx.Graphics.Nvdec
-{
- public enum CodecId
- {
- Mpeg = 1,
- Vc1 = 2,
- H264 = 3,
- Mpeg4 = 4,
- Vp8 = 5,
- Hevc = 7,
- Vp9 = 9
- }
-}