mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-04-05 11:08:59 +03:00
`Scheduler::UpdateCore` implicitly depended on `KThread::coreMigrationMutex` being locked during calls to it, this requirement has now been made explicit to avoid confusion.