loader: use self NCCH archive

This commit is contained in:
wwylele 2017-02-10 17:15:26 +02:00
parent a0df747325
commit 20544977da
6 changed files with 7 additions and 90 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,