kern: improve KSynchronizationObject, kill KSynchronization

This commit is contained in:
Michael Scire 2020-12-01 14:58:35 -08:00 committed by SciresM
parent b60054dba1
commit 1852fe8612
11 changed files with 132 additions and 259 deletions

View file

@ -1359,7 +1359,7 @@ namespace ams::kern {
}
/* Notify. */
this->NotifyAbort(svc::ResultSessionClosed());
this->NotifyAvailable(svc::ResultSessionClosed());
}
}