mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-23 21:55:47 +00:00
9 lines
126 B
C#
9 lines
126 B
C#
namespace Ryujinx.Graphics.Shader.Decoders
|
|
{
|
|
enum RegisterType
|
|
{
|
|
Flag,
|
|
Gpr,
|
|
Predicate,
|
|
}
|
|
} |