Initial work
This commit is contained in:
11
Ryujinx.Graphics.Shader/Decoders/XmadCMode.cs
Normal file
11
Ryujinx.Graphics.Shader/Decoders/XmadCMode.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace Ryujinx.Graphics.Shader.Decoders
|
||||
{
|
||||
enum XmadCMode
|
||||
{
|
||||
Cfull = 0,
|
||||
Clo = 1,
|
||||
Chi = 2,
|
||||
Csfu = 3,
|
||||
Cbcc = 4
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user