mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 03:28:33 +00:00
3edb66f389
* Add background translation to the CPU * Do not use a separate thread for translation, implement 2 tiers translation * Remove unnecessary usings * Lower MinCallCountForReJit * Remove unused variable
9 lines
118 B
C#
9 lines
118 B
C#
namespace ChocolArm64
|
|
{
|
|
enum ATranslatedSubType
|
|
{
|
|
SubBlock,
|
|
SubTier0,
|
|
SubTier1
|
|
}
|
|
} |