Ryujinx-ChocolArm64/State/RegisterType.cs

9 lines
107 B
C#

namespace ChocolArm64.State
{
enum RegisterType
{
Flag,
Int,
Vector
}
}