aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/ChClassId.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics/ChClassId.cs')
-rw-r--r--Ryujinx.Graphics/ChClassId.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx.Graphics/ChClassId.cs b/Ryujinx.Graphics/ChClassId.cs
index 7b74c6fb..115f0b89 100644
--- a/Ryujinx.Graphics/ChClassId.cs
+++ b/Ryujinx.Graphics/ChClassId.cs
@@ -2,7 +2,7 @@ namespace Ryujinx.Graphics
{
enum ChClassId
{
- Host1x = 0x1,
+ Host1X = 0x1,
VideoEncodeMpeg = 0x20,
VideoEncodeNvEnc = 0x21,
VideoStreamingVi = 0x30,
@@ -10,7 +10,7 @@ namespace Ryujinx.Graphics
VideoStreamingIspB = 0x34,
VideoStreamingViI2c = 0x36,
GraphicsVic = 0x5d,
- Graphics3d = 0x60,
+ Graphics3D = 0x60,
GraphicsGpu = 0x61,
Tsec = 0xe0,
TsecB = 0xe1,