mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-22 12:31:15 +01:00
40910644be
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.