1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-08 23:36:34 -05:00

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,
};