loader: Add NSP file type and NSP-specific errors
This commit is contained in:
parent
d770c60205
commit
b555311438
2 changed files with 14 additions and 2 deletions
|
@ -29,6 +29,7 @@ enum class FileType {
|
|||
NSO,
|
||||
NRO,
|
||||
NCA,
|
||||
NSP,
|
||||
XCI,
|
||||
NAX,
|
||||
DeconstructedRomDirectory,
|
||||
|
@ -105,6 +106,7 @@ enum class ResultStatus : u16 {
|
|||
ErrorMissingAESKeyGenerationSource,
|
||||
ErrorMissingSDSaveKeySource,
|
||||
ErrorMissingSDNCAKeySource,
|
||||
ErrorNSPMissingProgramNCA,
|
||||
};
|
||||
|
||||
std::ostream& operator<<(std::ostream& os, ResultStatus status);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue