Ryujinx/ChocolArm64/State/ARegisterType.cs

9 lines
108 B
C#

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