mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-12-01 02:37:27 +01:00
boot: Use fsdevMountSdmc & fsdevUnmountAll
This commit is contained in:
parent
694289de0b
commit
96391ffca6
@ -59,12 +59,12 @@ void __appInit(void) {
|
|||||||
if (R_FAILED(rc))
|
if (R_FAILED(rc))
|
||||||
fatalSimple(0xCAFE << 4 | 2);
|
fatalSimple(0xCAFE << 4 | 2);
|
||||||
|
|
||||||
fsdevInit();
|
fsdevMountSdmc();
|
||||||
}
|
}
|
||||||
|
|
||||||
void __appExit(void) {
|
void __appExit(void) {
|
||||||
/* Cleanup services. */
|
/* Cleanup services. */
|
||||||
fsdevExit();
|
fsdevUnmountAll();
|
||||||
pmshellExit();
|
pmshellExit();
|
||||||
splExit();
|
splExit();
|
||||||
fsExit();
|
fsExit();
|
||||||
|
Loading…
Reference in New Issue
Block a user