Fix compute reserved constant buffer updates (#1892)

This commit is contained in:
gdkchan 2021-01-10 17:02:58 -03:00 committed by GitHub
parent d684d71c4f
commit 6ed19c1488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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