mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 21:24:11 -04:00
dmnt2: first pass at wait-for-application
This commit is contained in:
parent
1d908295fe
commit
ca0308c7ca
6 changed files with 39 additions and 9 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue