mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-06 10:18:30 +02:00
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