Fix compute reserved constant buffer updates (#1892)

This commit is contained in:
gdkchan 2021-01-10 17:02:58 -03:00 committed by Matt Heins
commit 08a4718651

View file

@ -126,6 +126,8 @@ namespace Ryujinx.Graphics.Gpu.Engine
}
_finished = true;
_context.AdvanceSequence();
}
}
}