diff --git a/Ryujinx.Graphics.Gpu/Image/TextureCache.cs b/Ryujinx.Graphics.Gpu/Image/TextureCache.cs index 1b54033cf..d9920f973 100644 --- a/Ryujinx.Graphics.Gpu/Image/TextureCache.cs +++ b/Ryujinx.Graphics.Gpu/Image/TextureCache.cs @@ -816,6 +816,7 @@ namespace Ryujinx.Graphics.Gpu.Image if (match) { + _cache.Lift(texture); return texture; } }