mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-03-11 09:34:23 +00:00
11 lines
134 B
C#
11 lines
134 B
C#
![]() |
namespace ChocolArm64.Translation
|
||
|
{
|
||
|
enum TranslationTier
|
||
|
{
|
||
|
Tier0,
|
||
|
Tier1,
|
||
|
Tier2,
|
||
|
|
||
|
Count
|
||
|
}
|
||
|
}
|