diff options
| author | wwylele <wwylele@gmail.com> | 2016-11-29 00:52:11 +0200 |
|---|---|---|
| committer | wwylele <wwylele@gmail.com> | 2016-11-29 23:50:00 +0200 |
| commit | 589b6427909dfc7a4b5ee1a64cb86d38d459b0f3 (patch) | |
| tree | b6ad186dd5d10ef0aa5db9153962a1c18060f417 /src/core/CMakeLists.txt | |
| parent | b25f19ac26bdebf13f7c8f4f278118ac0450534c (diff) | |
FileSys: Implement OtherSaveData
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 3f762ed52..8ce141e6a 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -18,6 +18,7 @@ set(SRCS file_sys/archive_backend.cpp file_sys/archive_extsavedata.cpp file_sys/archive_ncch.cpp + file_sys/archive_other_savedata.cpp file_sys/archive_romfs.cpp file_sys/archive_savedata.cpp file_sys/archive_sdmc.cpp @@ -164,6 +165,7 @@ set(HEADERS file_sys/archive_backend.h file_sys/archive_extsavedata.h file_sys/archive_ncch.h + file_sys/archive_other_savedata.h file_sys/archive_romfs.h file_sys/archive_savedata.h file_sys/archive_sdmc.h |
