aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Memory/AddressSpaceManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Memory/AddressSpaceManager.cs')
-rw-r--r--Ryujinx.Memory/AddressSpaceManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Memory/AddressSpaceManager.cs b/Ryujinx.Memory/AddressSpaceManager.cs
index b532ce5e..ac89fca6 100644
--- a/Ryujinx.Memory/AddressSpaceManager.cs
+++ b/Ryujinx.Memory/AddressSpaceManager.cs
@@ -462,7 +462,7 @@ namespace Ryujinx.Memory
}
/// <inheritdoc/>
- public void SignalMemoryTracking(ulong va, ulong size, bool write, bool precise = false)
+ public void SignalMemoryTracking(ulong va, ulong size, bool write, bool precise = false, int? exemptId = null)
{
// Only the ARM Memory Manager has tracking for now.
}