diff --git a/src/Ryujinx.Graphics.Gpu/Image/AutoDeleteCache.cs b/src/Ryujinx.Graphics.Gpu/Image/AutoDeleteCache.cs index 2c0204f478..1a75921b81 100644 --- a/src/Ryujinx.Graphics.Gpu/Image/AutoDeleteCache.cs +++ b/src/Ryujinx.Graphics.Gpu/Image/AutoDeleteCache.cs @@ -63,7 +63,7 @@ namespace Ryujinx.Graphics.Gpu.Image /// /// Initializes the cache, setting the maximum texture capacity for the specified GPU context. /// - The GPU context that the cache belongs to + /// The GPU context that the cache belongs to public void Initialize(GpuContext context) { var CacheMemory = (ulong)(context.Capabilities.MaximumGpuMemory * MemoryScaleFactor);