mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 21:30:47 -07:00
Work around issue apparently caused by 5909 (#5926)
This commit is contained in:
@ -1443,11 +1443,7 @@ namespace Ryujinx.Graphics.Gpu.Image
|
||||
if (_modifiedStale || Group.HasCopyDependencies || Group.HasFlushBuffer)
|
||||
{
|
||||
_modifiedStale = false;
|
||||
|
||||
if (bound || ModifiedSinceLastFlush || Group.HasCopyDependencies || Group.HasFlushBuffer)
|
||||
{
|
||||
Group.SignalModifying(this, bound);
|
||||
}
|
||||
Group.SignalModifying(this, bound, bound || ModifiedSinceLastFlush || Group.HasCopyDependencies || Group.HasFlushBuffer);
|
||||
}
|
||||
|
||||
_physicalMemory.TextureCache.Lift(this);
|
||||
|
Reference in New Issue
Block a user