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