2989c163a8
* editorconfig: Add default charset * Change file encoding from UTF-8-BOM to UTF-8
20 lines
369 B
C#
20 lines
369 B
C#
namespace Ryujinx.Graphics.Host1x
|
|
{
|
|
public enum ClassId
|
|
{
|
|
Host1x = 0x1,
|
|
Mpeg = 0x20,
|
|
Nvenc = 0x21,
|
|
Vi = 0x30,
|
|
Isp = 0x32,
|
|
Ispb = 0x34,
|
|
Vii2c = 0x36,
|
|
Vic = 0x5d,
|
|
Gr3d = 0x60,
|
|
Gpu = 0x61,
|
|
Tsec = 0xe0,
|
|
Tsecb = 0xe1,
|
|
Nvjpg = 0xc0,
|
|
Nvdec = 0xf0,
|
|
}
|
|
}
|