Fix texture modified on CPU from GPU thread after being modified on GPU not being updated (#4284)
This commit is contained in:
parent
08ab47c6c0
commit
070136b3f7
1 changed files with 2 additions and 2 deletions
|
@ -1431,10 +1431,10 @@ namespace Ryujinx.Graphics.Gpu.Image
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
_context.Renderer.BackgroundContextAction(() =>
|
|
||||||
{
|
|
||||||
handle.Sync(_context);
|
handle.Sync(_context);
|
||||||
|
|
||||||
|
_context.Renderer.BackgroundContextAction(() =>
|
||||||
|
{
|
||||||
Storage.SignalModifiedDirty();
|
Storage.SignalModifiedDirty();
|
||||||
|
|
||||||
lock (handle.Overlaps)
|
lock (handle.Overlaps)
|
||||||
|
|
Loading…
Reference in a new issue