Update AutoDeleteCache.cs
This commit is contained in:
parent
ae11117cec
commit
0326aa6082
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ namespace Ryujinx.Graphics.Gpu.Image
|
|||
{
|
||||
private const int MinCountForDeletion = 32;
|
||||
private const int MaxCapacity = 2048;
|
||||
private const ulong MaxTextureSizeCapacity = 2048L * 1024 * 1024; // MB;
|
||||
private const ulong MaxTextureSizeCapacity = 4096L * 1024 * 1024; // MB;
|
||||
|
||||
private readonly LinkedList<Texture> _textures;
|
||||
private ulong _totalSize;
|
||||
|
|
Loading…
Add table
Reference in a new issue