mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-05 05:16:23 +01:00
af98455ede
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.