Merge pull request #2561 from wwylele/fs-rom

file_sys: change RomFS archive to Self NCCH archive
This commit is contained in:
Yuri Kunde Schlesner 2017-02-13 09:18:23 -08:00 committed by GitHub
commit d60767d393
9 changed files with 295 additions and 60 deletions

View file

@ -26,7 +26,7 @@ namespace FS {
/// Supported archive types
enum class ArchiveIdCode : u32 {
RomFS = 0x00000003,
SelfNCCH = 0x00000003,
SaveData = 0x00000004,
ExtSaveData = 0x00000006,
SharedExtSaveData = 0x00000007,