mirror of
				https://github.com/Ryujinx/Ryujinx.git
				synced 2025-10-31 23:02:48 +00:00 
			
		
		
		
	Update AutoDeleteCache.cs (#6471)
Increase the texture cache limit from 512 MB to 1 GB.
This commit is contained in:
		
							parent
							
								
									d9a18919b0
								
							
						
					
					
						commit
						e2a655f1a4
					
				| @ -46,7 +46,7 @@ namespace Ryujinx.Graphics.Gpu.Image | ||||
|     { | ||||
|         private const int MinCountForDeletion = 32; | ||||
|         private const int MaxCapacity = 2048; | ||||
|         private const ulong MaxTextureSizeCapacity = 512 * 1024 * 1024; // MB; | ||||
|         private const ulong MaxTextureSizeCapacity = 1024 * 1024 * 1024; // MB; | ||||
| 
 | ||||
|         private readonly LinkedList<Texture> _textures; | ||||
|         private ulong _totalSize; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Keaton
						Keaton