mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 16:11:44 +00:00
Ensure that DMA copy target textures are kept alive or flushed (#2478)
This commit is contained in:
parent
96a070a9a7
commit
bb6fab2009
1 changed files with 1 additions and 0 deletions
|
@ -816,6 +816,7 @@ namespace Ryujinx.Graphics.Gpu.Image
|
|||
|
||||
if (match)
|
||||
{
|
||||
_cache.Lift(texture);
|
||||
return texture;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue