mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-10 00:19:24 +01:00
8056b80073
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.