diff options
| author | 2018-08-16 17:02:31 -0400 | |
|---|---|---|
| committer | 2018-08-23 11:52:44 -0400 | |
| commit | 2164702cf7f878c84a1f148daca2416911e6e939 (patch) | |
| tree | 73db8e3ffb79e5b219cc23b935008a29a26b0de7 /src/core/loader/loader.h | |
| parent | xts_encryption_layer: Implement XTSEncryptionLayer (diff) | |
| download | yuzu-2164702cf7f878c84a1f148daca2416911e6e939.tar.gz yuzu-2164702cf7f878c84a1f148daca2416911e6e939.tar.xz yuzu-2164702cf7f878c84a1f148daca2416911e6e939.zip | |
nax: Add AppLoader_NAX and update loader to support it
Diffstat (limited to 'src/core/loader/loader.h')
| -rw-r--r-- | src/core/loader/loader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/loader/loader.h b/src/core/loader/loader.h index b74cfbf8a..d132fb4e8 100644 --- a/src/core/loader/loader.h +++ b/src/core/loader/loader.h | |||
| @@ -32,6 +32,7 @@ enum class FileType { | |||
| 32 | NRO, | 32 | NRO, |
| 33 | NCA, | 33 | NCA, |
| 34 | XCI, | 34 | XCI, |
| 35 | NAX, | ||
| 35 | DeconstructedRomDirectory, | 36 | DeconstructedRomDirectory, |
| 36 | }; | 37 | }; |
| 37 | 38 | ||