mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-04-29 11:39:24 +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.