diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2021-01-10 17:02:58 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-10 21:02:58 +0100 |
| commit | 6ed19c148897adbc15641b40c32fc405b5753517 (patch) | |
| tree | 336b6b6ab3f33f0d9493df5c9b7cb17b29383a8e | |
| parent | d684d71c4f04163e35361b2c1a8bdefa7e470d82 (diff) | |
Fix compute reserved constant buffer updates (#1892)
| -rw-r--r-- | Ryujinx.Graphics.Gpu/Engine/Inline2Memory.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Gpu/Engine/Inline2Memory.cs b/Ryujinx.Graphics.Gpu/Engine/Inline2Memory.cs index 46096500..a31ec72a 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 |
