mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 13:14:15 -04:00
dmnt: update for ldr/ro api change
This commit is contained in:
parent
9f972831cc
commit
c3875796df
2 changed files with 6 additions and 10 deletions
|
@ -86,14 +86,10 @@ void __appInit(void) {
|
|||
fatalSimple(rc);
|
||||
}
|
||||
|
||||
/*
|
||||
if (kernelAbove300()) {
|
||||
rc = roDmntInitialize();
|
||||
if (R_FAILED(rc)) {
|
||||
fatalSimple(rc);
|
||||
}
|
||||
rc = roDmntInitialize();
|
||||
if (R_FAILED(rc)) {
|
||||
fatalSimple(rc);
|
||||
}
|
||||
*/
|
||||
|
||||
rc = nsdevInitialize();
|
||||
if (R_FAILED(rc)) {
|
||||
|
@ -142,7 +138,7 @@ void __appExit(void) {
|
|||
setExit();
|
||||
lrExit();
|
||||
nsdevExit();
|
||||
/* if (kernelAbove300()) { roDmntExit(); } */
|
||||
roDmntExit();
|
||||
ldrDmntExit();
|
||||
pmdmntExit();
|
||||
smExit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue