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

View File

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