From 4594c3b31014655fb0b37f1305598fc3cbafdc73 Mon Sep 17 00:00:00 2001 From: riperiperi Date: Tue, 8 Dec 2020 00:42:17 +0000 Subject: Signal memory tracking before/after mapping into another process (#1785) * Signal memory tracking before/after mapping into another process * Wording. * Add missing method. --- Ryujinx.Memory/AddressSpaceManager.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Ryujinx.Memory/AddressSpaceManager.cs') diff --git a/Ryujinx.Memory/AddressSpaceManager.cs b/Ryujinx.Memory/AddressSpaceManager.cs index c6d6cab5..50c7adad 100644 --- a/Ryujinx.Memory/AddressSpaceManager.cs +++ b/Ryujinx.Memory/AddressSpaceManager.cs @@ -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. + } } } -- cgit v1.2.3