misc: Use official names for NVDEC registers (#4192)

* misc: Uses official names for NVDEC registers

* Address gdkchan's comment

* Address comments
This commit is contained in:
Mary-nyan 2023-01-02 15:48:46 +01:00 committed by GitHub
parent 22ceaa44df
commit 72727aca83
8 changed files with 80 additions and 76 deletions

View file

@ -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
}
}