Signal memory tracking before/after mapping into another process (#1785)
* Signal memory tracking before/after mapping into another process * Wording. * Add missing method.
This commit is contained in:
@ -545,5 +545,10 @@ namespace Ryujinx.Memory
|
||||
_pageTable[l0] = null;
|
||||
}
|
||||
}
|
||||
|
||||
public void SignalMemoryTracking(ulong va, ulong size, bool write)
|
||||
{
|
||||
// Only the ARM Memory Manager has tracking for now.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user