mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-01 18:50:46 -07:00
PPTC & Pool Enhancements.
This commit is contained in:
@ -40,8 +40,6 @@ namespace Ryujinx.Memory
|
||||
}
|
||||
|
||||
Size = size;
|
||||
|
||||
GC.AddMemoryPressure((long)Size);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@ -283,8 +281,6 @@ namespace Ryujinx.Memory
|
||||
if (ptr != IntPtr.Zero)
|
||||
{
|
||||
MemoryManagement.Free(ptr);
|
||||
|
||||
GC.RemoveMemoryPressure((long)Size);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user