mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-23 13:40:15 +03:00
An RAII scoped trace was used for SvcWaitSynchronization but it was placed within a condition scope which led to an incorrect lifetime for the traces. Minor changes regarding the CR not affecting functionality were made aside from that.