diff options
| author | wwylele <wwylele@gmail.com> | 2017-02-10 17:09:18 +0200 |
|---|---|---|
| committer | wwylele <wwylele@gmail.com> | 2017-02-13 13:57:38 +0200 |
| commit | a0df747325291ba38f0383df4cbd8ff3408c636e (patch) | |
| tree | 5f9b08e071c2d1025ef854ba09028d2217653b07 /src/core/file_sys/errors.h | |
| parent | 2889372e47624e368df0d0361cb38b8100f047dd (diff) | |
file_sys: add Self NCCH archive
Diffstat (limited to 'src/core/file_sys/errors.h')
| -rw-r--r-- | src/core/file_sys/errors.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/core/file_sys/errors.h b/src/core/file_sys/errors.h index 4d5f62b08..9fc8d753b 100644 --- a/src/core/file_sys/errors.h +++ b/src/core/file_sys/errors.h @@ -39,5 +39,15 @@ const ResultCode ERROR_DIRECTORY_NOT_EMPTY(ErrorDescription::FS_DirectoryNotEmpt const ResultCode ERROR_GAMECARD_NOT_INSERTED(ErrorDescription::FS_GameCardNotInserted, ErrorModule::FS, ErrorSummary::NotFound, ErrorLevel::Status); +const ResultCode ERROR_INCORRECT_EXEFS_READ_SIZE(ErrorDescription::FS_IncorrectExeFSReadSize, + ErrorModule::FS, ErrorSummary::NotSupported, + ErrorLevel::Usage); +const ResultCode ERROR_ROMFS_NOT_FOUND(ErrorDescription::FS_RomFSNotFound, ErrorModule::FS, + ErrorSummary::NotFound, ErrorLevel::Status); +const ResultCode ERROR_COMMAND_NOT_ALLOWED(ErrorDescription::FS_CommandNotAllowed, ErrorModule::FS, + ErrorSummary::WrongArgument, ErrorLevel::Permanent); +const ResultCode ERROR_EXEFS_SECTION_NOT_FOUND(ErrorDescription::FS_ExeFSSectionNotFound, + ErrorModule::FS, ErrorSummary::NotFound, + ErrorLevel::Status); } // namespace FileSys |
