Update XML doc
This commit is contained in:
parent
62ce3e4e8a
commit
49a05779c8
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ namespace Ryujinx.Memory
|
|||
public interface IVirtualMemoryManager
|
||||
{
|
||||
/// <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>
|
||||
/// <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; }
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Reference in a new issue