1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-05 19:51:45 +00:00

boot: Use fsdevMountSdmc & fsdevUnmountAll

This commit is contained in:
Luke Street 2018-05-09 12:07:53 -04:00
parent 694289de0b
commit 96391ffca6

View file

@ -59,12 +59,12 @@ void __appInit(void) {
if (R_FAILED(rc))
fatalSimple(0xCAFE << 4 | 2);
fsdevInit();
fsdevMountSdmc();
}
void __appExit(void) {
/* Cleanup services. */
fsdevExit();
fsdevUnmountAll();
pmshellExit();
splExit();
fsExit();