dmnt2: first pass at wait-for-application

This commit is contained in:
Michael Scire 2021-10-31 23:57:28 -07:00 committed by SciresM
parent 1d908295fe
commit ca0308c7ca
6 changed files with 39 additions and 9 deletions

View file

@ -42,6 +42,9 @@ namespace ams {
/* Initialize our connection to sm. */
R_ABORT_UNLESS(sm::Initialize());
/* Initialize other services we need. */
R_ABORT_UNLESS(pmdmntInitialize());
/* Verify that we can sanely execute. */
ams::CheckApiVersion();
}