mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-16 23:42:40 +00: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