mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 10:20:47 -07:00
Initial work
This commit is contained in:
9
Ryujinx.Graphics.Shader/Decoders/RegisterType.cs
Normal file
9
Ryujinx.Graphics.Shader/Decoders/RegisterType.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace Ryujinx.Graphics.Shader.Decoders
|
||||
{
|
||||
enum RegisterType
|
||||
{
|
||||
Flag,
|
||||
Gpr,
|
||||
Predicate,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user