mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-03 22:55:21 +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>