mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 01:40:47 -07:00
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:
14
Ryujinx.Graphics.Nvdec/ApplicationId.cs
Normal file
14
Ryujinx.Graphics.Nvdec/ApplicationId.cs
Normal file
@ -0,0 +1,14 @@
|
||||
namespace Ryujinx.Graphics.Nvdec
|
||||
{
|
||||
public enum ApplicationId
|
||||
{
|
||||
Mpeg = 1,
|
||||
Vc1 = 2,
|
||||
H264 = 3,
|
||||
Mpeg4 = 4,
|
||||
Vp8 = 5,
|
||||
Hevc = 7,
|
||||
Vp9 = 9,
|
||||
HevcParser = 12,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user