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.Tests/MockVirtualMemoryManager.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Ryujinx.Memory.Tests/MockVirtualMemoryManager.cs') diff --git a/Ryujinx.Memory.Tests/MockVirtualMemoryManager.cs b/Ryujinx.Memory.Tests/MockVirtualMemoryManager.cs index c673bc80..62b3ee4a 100644 --- a/Ryujinx.Memory.Tests/MockVirtualMemoryManager.cs +++ b/Ryujinx.Memory.Tests/MockVirtualMemoryManager.cs @@ -75,6 +75,11 @@ namespace Ryujinx.Memory.Tests throw new NotImplementedException(); } + public void SignalMemoryTracking(ulong va, ulong size, bool write) + { + throw new NotImplementedException(); + } + public void TrackingReprotect(ulong va, ulong size, MemoryPermission protection) { } -- cgit v1.2.3