ryubing/ChocolArm64/Translation/IoType.cs

10 lines
120 B
C#

namespace ChocolArm64.Translation
{
enum IoType
{
Arg,
Flag,
Int,
Vector
}
}