This one should be false too

This commit is contained in:
Gabriel A 2024-03-31 08:36:14 -03:00
parent 724cf63a1c
commit 62ce3e4e8a

View file

@ -24,7 +24,7 @@ namespace Ryujinx.Cpu.Jit
private readonly InvalidAccessHandler _invalidAccessHandler;
/// <inheritdoc/>
public bool UsesPrivateAllocations => true;
public bool UsesPrivateAllocations => false;
/// <summary>
/// Address space width in bits.