Initial work
This commit is contained in:
9
Ryujinx.Graphics.Shader/Decoders/IntegerShift.cs
Normal file
9
Ryujinx.Graphics.Shader/Decoders/IntegerShift.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace Ryujinx.Graphics.Shader.Decoders
|
||||
{
|
||||
enum IntegerShift
|
||||
{
|
||||
NoShift = 0,
|
||||
ShiftRight = 1,
|
||||
ShiftLeft = 2
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user