mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-25 07:57:11 +02:00
Support host tracked on LightningJit
This commit is contained in:
parent
98c16ed3b0
commit
2feecd05a3
3 changed files with 41 additions and 3 deletions
|
@ -7,7 +7,7 @@ namespace Ryujinx.Cpu.LightningJit.Arm64
|
|||
{
|
||||
class RegisterAllocator
|
||||
{
|
||||
public const int MaxTemps = 1;
|
||||
public const int MaxTemps = 2;
|
||||
public const int MaxTempsInclFixed = MaxTemps + 2;
|
||||
|
||||
private uint _gprMask;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue