mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-11 04:41:56 -08:00
Update short cache textures if modified (#4586)
This commit is contained in:
parent
26e30faff3
commit
80519af67d
@ -130,6 +130,10 @@ namespace Ryujinx.Graphics.Gpu.Image
|
||||
return ref descriptor;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
texture.SynchronizeMemory();
|
||||
}
|
||||
|
||||
Items[id] = texture;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user