kern: minor fixes to prevent core0-2 panics during boot

This commit is contained in:
Michael Scire 2020-02-21 13:05:16 -08:00
parent bb3f7c8ab9
commit d2a888d9e8
5 changed files with 26 additions and 5 deletions

View file

@ -345,6 +345,8 @@ namespace ams::kern {
}
}
void Wakeup();
Result SetPriorityToIdle();
Result Run();