瀏覽代碼

Ensure that DMA copy target textures are kept alive or flushed (#2478)

gdkchan 4 年之前
父節點
當前提交
bb6fab2009
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Ryujinx.Graphics.Gpu/Image/TextureCache.cs

+ 1 - 0
Ryujinx.Graphics.Gpu/Image/TextureCache.cs

@@ -816,6 +816,7 @@ namespace Ryujinx.Graphics.Gpu.Image
 
                 if (match)
                 {
+                    _cache.Lift(texture);
                     return texture;
                 }
             }