diff --git a/stratosphere/boot/source/boot_main.cpp b/stratosphere/boot/source/boot_main.cpp index d3cbae4c1..fca0b78e6 100644 --- a/stratosphere/boot/source/boot_main.cpp +++ b/stratosphere/boot/source/boot_main.cpp @@ -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();