mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-24 21:57:44 +02:00
Update short cache textures if modified (#4586)
This commit is contained in:
parent
26e30faff3
commit
80519af67d
1 changed files with 5 additions and 1 deletions
|
@ -130,6 +130,10 @@ namespace Ryujinx.Graphics.Gpu.Image
|
|||
return ref descriptor;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
texture.SynchronizeMemory();
|
||||
}
|
||||
|
||||
Items[id] = texture;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue