Update readme

This commit is contained in:
jakcron 2021-10-16 16:01:09 +08:00
parent 008c76a82d
commit 289470d2a8

View file

@ -3,8 +3,8 @@ General purpose reading/extraction tool for Nintendo Switch file formats.
## Supported File Formats ## Supported File Formats
* Meta (.npdm) * Meta (.npdm)
* PartitionFS (and HashedPartitionFS) (includes raw .nsp) * PartitionFS (and Sha256PartitionFS) (includes raw .nsp)
* RomFS (and CompressedRomFS) * RomFS
* NX GameCard Image (.xci) * NX GameCard Image (.xci)
* Nintendo Content Archive (.nca) * Nintendo Content Archive (.nca)
* Content Metadata (.cnmt) * Content Metadata (.cnmt)
@ -13,8 +13,8 @@ General purpose reading/extraction tool for Nintendo Switch file formats.
* Kernel Initial Process List (.ini) * Kernel Initial Process List (.ini)
* Kernel Initial Process (.kip) * Kernel Initial Process (.kip)
* Nintendo Application Control Property (.nacp) * Nintendo Application Control Property (.nacp)
* ES Certificate (.cert)
* ES Ticket (v2 only) (.tik) * ES Ticket (v2 only) (.tik)
* PKI Certificate (.cert)
# Usage # Usage
``` ```