file_sys: add Self NCCH archive
This commit is contained in:
parent
2889372e47
commit
a0df747325
5 changed files with 318 additions and 0 deletions
|
@ -24,6 +24,7 @@ set(SRCS
|
|||
file_sys/archive_savedata.cpp
|
||||
file_sys/archive_sdmc.cpp
|
||||
file_sys/archive_sdmcwriteonly.cpp
|
||||
file_sys/archive_selfncch.cpp
|
||||
file_sys/archive_source_sd_savedata.cpp
|
||||
file_sys/archive_systemsavedata.cpp
|
||||
file_sys/disk_archive.cpp
|
||||
|
@ -201,6 +202,7 @@ set(HEADERS
|
|||
file_sys/archive_savedata.h
|
||||
file_sys/archive_sdmc.h
|
||||
file_sys/archive_sdmcwriteonly.h
|
||||
file_sys/archive_selfncch.h
|
||||
file_sys/archive_source_sd_savedata.h
|
||||
file_sys/archive_systemsavedata.h
|
||||
file_sys/directory_backend.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue