diff options
Diffstat (limited to 'Ryujinx.Memory/AddressSpaceManager.cs')
-rw-r--r-- | Ryujinx.Memory/AddressSpaceManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Memory/AddressSpaceManager.cs b/Ryujinx.Memory/AddressSpaceManager.cs index 050b5c05..0195644d 100644 --- a/Ryujinx.Memory/AddressSpaceManager.cs +++ b/Ryujinx.Memory/AddressSpaceManager.cs @@ -481,7 +481,7 @@ namespace Ryujinx.Memory throw new NotImplementedException(); } - public void SignalMemoryTracking(ulong va, ulong size, bool write) + public void SignalMemoryTracking(ulong va, ulong size, bool write, bool precise = false) { // Only the ARM Memory Manager has tracking for now. } |