Ryujinx/ChocolArm64/ATranslatedSubType.cs

9 lines
118 B
C#

namespace ChocolArm64
{
enum ATranslatedSubType
{
SubBlock,
SubTier0,
SubTier1
}
}