nax: Add AppLoader_NAX and update loader to support it

This commit is contained in:
Zach Hilman 2018-08-16 17:02:31 -04:00
parent 1369a56ec3
commit 8302ba7711
4 changed files with 121 additions and 2 deletions

View file

@ -32,6 +32,7 @@ enum class FileType {
NRO,
NCA,
XCI,
NAX,
DeconstructedRomDirectory,
};