Ryujinx/ChocolArm64/ATranslatedSubType.cs

8 lines
100 B
C#

namespace ChocolArm64
{
enum ATranslatedSubType
{
SubTier0,
SubTier1
}
}