fix arm jit rebase

This commit is contained in:
Emmanuel Hansen 2024-01-20 18:55:24 +00:00
parent 956c5fe4fd
commit ba3438f24a
3 changed files with 6 additions and 1 deletions

View file

@ -12,7 +12,7 @@ namespace Ryujinx.Cpu.LightningJit
}
/// <inheritdoc/>
public ICpuContext CreateCpuContext(IMemoryManager memoryManager, bool for64Bit)
public ICpuContext CreateCpuContext(ICpuMemoryManager memoryManager, bool for64Bit)
{
return new LightningJitCpuContext(_tickSource, memoryManager, for64Bit);
}