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

This commit is contained in:
gdkchan 2021-07-14 14:48:57 -03:00 committed by GitHub
parent 96a070a9a7
commit bb6fab2009
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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