1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-20 14:03:35 +01:00

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();
}
}
}