This one should be false too
This commit is contained in:
parent
724cf63a1c
commit
62ce3e4e8a
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue