Loader: Support loading FsStorageId_None content from SD.

This commit is contained in:
Michael Scire 2018-07-27 19:53:20 -07:00
parent 5a63f4e304
commit b365065a2d
3 changed files with 25 additions and 13 deletions

View file

@ -44,6 +44,7 @@ Result ContentManagement::MountCode(u64 tid, FsStorageId sid) {
fsdevMountDevice("code", g_CodeFileSystem);
fsldrExit();
return rc;
}