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 f089c857..807c5c0f 100644
--- a/src/Ryujinx.Memory/AddressSpaceManager.cs
+++ b/src/Ryujinx.Memory/AddressSpaceManager.cs
@@ -13,7 +13,7 @@ namespace Ryujinx.Memory
public sealed class AddressSpaceManager : VirtualMemoryManagerBase, IVirtualMemoryManager
{
/// <inheritdoc/>
- public bool Supports4KBPages => true;
+ public bool UsesPrivateAllocations => false;
/// <summary>
/// Address space width in bits.