From 09c9686498c7c987c94f33c79732c7592045e035 Mon Sep 17 00:00:00 2001 From: Mary-nyan Date: Mon, 2 Jan 2023 15:48:46 +0100 Subject: misc: Use official names for NVDEC registers (#4192) * misc: Uses official names for NVDEC registers * Address gdkchan's comment * Address comments --- Ryujinx.Graphics.Nvdec/CodecId.cs | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 Ryujinx.Graphics.Nvdec/CodecId.cs (limited to 'Ryujinx.Graphics.Nvdec/CodecId.cs') 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 - } -} -- cgit v1.2.3