mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 02:15:45 +00:00
file_sys/content_archive: Detect compressed NCAs (#11047)
This commit is contained in:
parent
9a9da4301b
commit
16590ff2d0
2 changed files with 40 additions and 1 deletions
|
@ -79,6 +79,8 @@ enum class ResultStatus : u16 {
|
|||
ErrorBadPFSHeader,
|
||||
ErrorIncorrectPFSFileSize,
|
||||
ErrorBadNCAHeader,
|
||||
ErrorCompressedNCA,
|
||||
ErrorSparseNCA,
|
||||
ErrorMissingProductionKeyFile,
|
||||
ErrorMissingHeaderKey,
|
||||
ErrorIncorrectHeaderKey,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue