mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-05-19 22:08:00 +03:00
As we didn't hold `coreMigrationMutex`, the thread could simply migrate during `InsertThread` which would lead to the thread potentially never waking up as it's been inserted on a non-resident core. Co-authored-by: PixelyIon <pixelyion@protonmail.com>