mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-29 04:40:48 -07:00
Ensure that DMA copy target textures are kept alive or flushed (#2478)
This commit is contained in:
@ -816,6 +816,7 @@ namespace Ryujinx.Graphics.Gpu.Image
|
|||||||
|
|
||||||
if (match)
|
if (match)
|
||||||
{
|
{
|
||||||
|
_cache.Lift(texture);
|
||||||
return texture;
|
return texture;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user