fatal: use fs bindings

This commit is contained in:
Michael Scire 2020-03-08 04:50:47 -07:00
parent 2181adb82b
commit f7fb689412
4 changed files with 211 additions and 65 deletions

View file

@ -96,7 +96,7 @@ void __appInit(void) {
R_ABORT_UNLESS(fsInitialize());
});
R_ABORT_UNLESS(fsdevMountSdmc());
R_ABORT_UNLESS(fs::MountSdCard("sdmc"));
/* fatal cannot throw fatal, so don't do: ams::CheckApiVersion(); */
}