From 43a994f5d2e6727faff8216996d1f5c3de40af53 Mon Sep 17 00:00:00 2001 From: MaxLastBreath <136052075+MaxLastBreath@users.noreply.github.com> Date: Wed, 18 Sep 2024 23:51:14 +0300 Subject: [PATCH] Update src/Ryujinx.Graphics.Gpu/Image/AutoDeleteCache.cs Co-authored-by: gdkchan --- src/Ryujinx.Graphics.Gpu/Image/AutoDeleteCache.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ryujinx.Graphics.Gpu/Image/AutoDeleteCache.cs b/src/Ryujinx.Graphics.Gpu/Image/AutoDeleteCache.cs index 1a75921b8..6aa72d15c 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);