fs: add MountImageDirectory

This commit is contained in:
Michael Scire 2020-03-27 16:59:27 -07:00
parent 0c161a4c1b
commit 0545eb18c0
4 changed files with 67 additions and 0 deletions

View file

@ -68,6 +68,7 @@ namespace ams::fs {
R_DEFINE_ERROR_RESULT(AllocationFailureInGameCardB, 3226);
R_DEFINE_ERROR_RESULT(AllocationFailureInGameCardC, 3227);
R_DEFINE_ERROR_RESULT(AllocationFailureInGameCardD, 3228);
R_DEFINE_ERROR_RESULT(AllocationFailureInImageDirectoryA, 3232);
R_DEFINE_ERROR_RESULT(AllocationFailureInSdCardA, 3244);
R_DEFINE_ERROR_RESULT(AllocationFailureInSdCardB, 3245);
R_DEFINE_ERROR_RESULT(AllocationFailureInSystemSaveDataA, 3246);