mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-11 03:10:13 +03:00
This commit adds mutexes to the logger so they produce a valid log file rather than breaking due to a race condition. It also introduced `util::MakeMagic` so the magic functions are far more clear. A small refactor of IPC was also done which cleared up some of the for loops.