mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 03:16:23 +02:00
Temporary force to 4k
This commit is contained in:
parent
10ee46744b
commit
c97686924b
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ namespace Ryujinx.Cpu.Jit
|
||||||
{
|
{
|
||||||
class AddressSpacePartitioned : IDisposable
|
class AddressSpacePartitioned : IDisposable
|
||||||
{
|
{
|
||||||
public static readonly bool Use4KBProtection = false;
|
public static readonly bool Use4KBProtection = true;
|
||||||
|
|
||||||
private const int PartitionBits = 25;
|
private const int PartitionBits = 25;
|
||||||
private const ulong PartitionSize = 1UL << PartitionBits;
|
private const ulong PartitionSize = 1UL << PartitionBits;
|
||||||
|
|
|
@ -1628,7 +1628,7 @@ namespace Ryujinx.Graphics.Gpu.Image
|
||||||
// on those platforms.
|
// on those platforms.
|
||||||
if (!_physicalMemory.Supports4KBPages && !Storage.Info.IsLinear && !_context.IsGpuThread())
|
if (!_physicalMemory.Supports4KBPages && !Storage.Info.IsLinear && !_context.IsGpuThread())
|
||||||
{
|
{
|
||||||
return;
|
//return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// If size is zero, we have nothing to flush.
|
// If size is zero, we have nothing to flush.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue