mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-14 20:17:54 +03: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.