aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/Translation/IoType.cs
blob: c7710e0c674d5675ebae806159f20c8d0e285825 (plain)
1
2
3
4
5
6
7
8
9
10
namespace ChocolArm64.Translation
{
    enum IoType
    {
        Arg,
        Flag,
        Int,
        Vector
    }
}