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 c4845df3d4
commit 2164702cf7
4 changed files with 121 additions and 2 deletions

View file

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