mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-14 22:42:41 +00:00
9 lines
126 B
C#
9 lines
126 B
C#
namespace Ryujinx.Graphics.Shader.Decoders
|
|
{
|
|
enum RegisterType
|
|
{
|
|
Flag,
|
|
Gpr,
|
|
Predicate,
|
|
}
|
|
} |