From 6ed19c148897adbc15641b40c32fc405b5753517 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sun, 10 Jan 2021 17:02:58 -0300 Subject: [PATCH] Fix compute reserved constant buffer updates (#1892) --- Ryujinx.Graphics.Gpu/Engine/Inline2Memory.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Ryujinx.Graphics.Gpu/Engine/Inline2Memory.cs b/Ryujinx.Graphics.Gpu/Engine/Inline2Memory.cs index 46096500f..a31ec72a8 100644 --- a/Ryujinx.Graphics.Gpu/Engine/Inline2Memory.cs +++ b/Ryujinx.Graphics.Gpu/Engine/Inline2Memory.cs @@ -126,6 +126,8 @@ namespace Ryujinx.Graphics.Gpu.Engine } _finished = true; + + _context.AdvanceSequence(); } } } \ No newline at end of file