Update src/Ryujinx.Graphics.Gpu/Image/AutoDeleteCache.cs

Co-authored-by: gdkchan <gab.dark.100@gmail.com>
This commit is contained in:
MaxLastBreath 2024-09-18 23:51:14 +03:00 committed by GitHub
parent 527d169831
commit 43a994f5d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ namespace Ryujinx.Graphics.Gpu.Image
/// <summary> /// <summary>
/// Initializes the cache, setting the maximum texture capacity for the specified GPU context. /// Initializes the cache, setting the maximum texture capacity for the specified GPU context.
/// </summary> /// </summary>
/// <param name="context"> The GPU context that the cache belongs to</param> /// <param name="context">The GPU context that the cache belongs to</param>
public void Initialize(GpuContext context) public void Initialize(GpuContext context)
{ {
var CacheMemory = (ulong)(context.Capabilities.MaximumGpuMemory * MemoryScaleFactor); var CacheMemory = (ulong)(context.Capabilities.MaximumGpuMemory * MemoryScaleFactor);