kern: SvcUnmapPhysicalMemory, cleanup thread pinning

This commit is contained in:
Michael Scire 2020-07-24 15:44:16 -07:00 committed by SciresM
parent cbecda2a27
commit 1b9acc4a6a
10 changed files with 248 additions and 24 deletions

View file

@ -977,7 +977,7 @@ namespace ams::kern {
}
}
void KProcess::SetPreemptionState() {
void KProcess::PinCurrentThread() {
MESOSPHERE_UNIMPLEMENTED();
}