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:
riperiperi 2020-12-08 00:42:17 +00:00 committed by GitHub
parent f24a863530
commit 18b5cf216e
4 changed files with 19 additions and 0 deletions

View file

@ -23,6 +23,7 @@ namespace Ryujinx.Memory
bool IsRangeMapped(ulong va, ulong size);
ulong GetPhysicalAddress(ulong va);
void SignalMemoryTracking(ulong va, ulong size, bool write);
void TrackingReprotect(ulong va, ulong size, MemoryPermission protection);
}
}