mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-13 06:30:15 +03:00
SvcClearEvent previously set the `signalled` flag directly rather than calling `ResetSignal`, which skipped the locking necessary to make it globally visible. Switch it to use `ResetSignal` to fix this.