1
0
forked from MeloNX/MeloNX

Update short cache textures if modified (#4586)

This commit is contained in:
gdkchan 2023-03-24 08:54:58 -03:00 committed by GitHub
parent 7940afca10
commit eaf6e61bcd

View File

@ -130,6 +130,10 @@ namespace Ryujinx.Graphics.Gpu.Image
return ref descriptor;
}
}
else
{
texture.SynchronizeMemory();
}
Items[id] = texture;