Merge pull request #94 from encounter/fix/boot-fsdev

boot: Use fsdevMountSdmc & fsdevUnmountAll
This commit is contained in:
hexkyz
2018-05-09 22:46:10 +01:00
committed by GitHub

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();