mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-12-23 06:11:22 -08:00
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
@ -1431,10 +1431,10 @@ namespace Ryujinx.Graphics.Gpu.Image
|
||||
return;
|
||||
}
|
||||
|
||||
handle.Sync(_context);
|
||||
|
||||
_context.Renderer.BackgroundContextAction(() =>
|
||||
{
|
||||
handle.Sync(_context);
|
||||
|
||||
Storage.SignalModifiedDirty();
|
||||
|
||||
lock (handle.Overlaps)
|
||||
|
Loading…
Reference in New Issue
Block a user