aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Memory/AddressSpaceManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.Memory/AddressSpaceManager.cs')
-rw-r--r--src/Ryujinx.Memory/AddressSpaceManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.Memory/AddressSpaceManager.cs b/src/Ryujinx.Memory/AddressSpaceManager.cs
index b953eb30..0a4a9514 100644
--- a/src/Ryujinx.Memory/AddressSpaceManager.cs
+++ b/src/Ryujinx.Memory/AddressSpaceManager.cs
@@ -392,7 +392,7 @@ namespace Ryujinx.Memory
}
/// <inheritdoc/>
- public void TrackingReprotect(ulong va, ulong size, MemoryPermission protection)
+ public void TrackingReprotect(ulong va, ulong size, MemoryPermission protection, bool guest = false)
{
throw new NotImplementedException();
}