From 49a05779c8ae36ce7f7e4cab99ee0b2337233de4 Mon Sep 17 00:00:00 2001 From: Gabriel A Date: Tue, 2 Apr 2024 12:55:27 -0300 Subject: [PATCH] Update XML doc --- src/Ryujinx.Memory/IVirtualMemoryManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Ryujinx.Memory/IVirtualMemoryManager.cs b/src/Ryujinx.Memory/IVirtualMemoryManager.cs index e6bb601f1b..7f5aa0d554 100644 --- a/src/Ryujinx.Memory/IVirtualMemoryManager.cs +++ b/src/Ryujinx.Memory/IVirtualMemoryManager.cs @@ -8,9 +8,9 @@ namespace Ryujinx.Memory public interface IVirtualMemoryManager { /// - /// Indicates whenever the memory manager supports aliasing pages at 4KB granularity. + /// Indicates whether the memory manager creates private allocations when the flag is set on map. /// - /// True if 4KB pages are supported by the memory manager, false otherwise + /// True if private mappings might be used, false otherwise bool UsesPrivateAllocations { get; } ///