mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
I may be stupid
This commit is contained in:
parent
dd84782921
commit
df7e543877
1 changed files with 2 additions and 2 deletions
|
|
@ -24,11 +24,11 @@ namespace Ryujinx.Cpu.LightningJit
|
|||
private bool _disposed;
|
||||
|
||||
internal TranslatorCache<TranslatedFunction> Functions { get; }
|
||||
internal IAddressTable<ulong> FunctionTable { get; }
|
||||
internal AddressTable<ulong> FunctionTable { get; }
|
||||
internal TranslatorStubs Stubs { get; }
|
||||
internal IMemoryManager Memory { get; }
|
||||
|
||||
public Translator(IMemoryManager memory, IAddressTable<ulong> functionTable)
|
||||
public Translator(IMemoryManager memory, AddressTable<ulong> functionTable)
|
||||
{
|
||||
Memory = memory;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue