namespace ChocolArm64
{
    enum TranslatedSubType
    {
        SubTier0,
        SubTier1
    }
}