On Wed Sep 17 20:21:22 2025 +0000, Marc-Aurel Zent wrote:
Yes it should be tested similarly to how `NtSetEvent` is. Also feel free to force push your branch once you have rebased your changes back on top of master to clean this up a bit. You could do the entire implementation in a commit named something like
ntdll: Implement NtSetEventBoostPriority().
and then for the tests
ntdll/tests: Add tests for NtSetEventBoostPriority().
or something like that, then this MR becomes a bit more reviewable. I am not sure about the black video screen playback in xenia canary, but that might very well be another bug independent of this one.
Right, it could be as simple as creating an unsignaled event and then checking that it changes the event to signaled state.