mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-08 05:01:44 +00:00
dmnt: ro:dmnt available on all sysvers
This commit is contained in:
parent
4a82d9bf28
commit
42964992d1
1 changed files with 1 additions and 4 deletions
|
@ -93,10 +93,7 @@ void __appInit(void) {
|
|||
R_ABORT_UNLESS(pmdmntInitialize());
|
||||
R_ABORT_UNLESS(pminfoInitialize());
|
||||
R_ABORT_UNLESS(ldrDmntInitialize());
|
||||
/* TODO: We provide this on every sysver via ro. Do we need a shim? */
|
||||
if (hos::GetVersion() >= hos::Version_3_0_0) {
|
||||
R_ABORT_UNLESS(roDmntInitialize());
|
||||
}
|
||||
R_ABORT_UNLESS(roDmntInitialize());
|
||||
R_ABORT_UNLESS(nsdevInitialize());
|
||||
lr::Initialize();
|
||||
R_ABORT_UNLESS(setInitialize());
|
||||
|
|
Loading…
Reference in a new issue