Ryujinx/ARMeilleure/IntermediateRepresentation/RegisterType.cs

10 lines
148 B
C#

namespace ARMeilleure.IntermediateRepresentation
{
enum RegisterType
{
Integer,
Vector,
Flag,
FpFlag
}
}