Update XML doc

This commit is contained in:
Gabriel A 2024-04-02 12:55:27 -03:00
commit 49a05779c8

View file

@ -8,9 +8,9 @@ namespace Ryujinx.Memory
public interface IVirtualMemoryManager public interface IVirtualMemoryManager
{ {
/// <summary> /// <summary>
/// Indicates whenever the memory manager supports aliasing pages at 4KB granularity. /// Indicates whether the memory manager creates private allocations when the <see cref="MemoryMapFlags.Private"/> flag is set on map.
/// </summary> /// </summary>
/// <returns>True if 4KB pages are supported by the memory manager, false otherwise</returns> /// <returns>True if private mappings might be used, false otherwise</returns>
bool UsesPrivateAllocations { get; } bool UsesPrivateAllocations { get; }
/// <summary> /// <summary>