diff options
| author | 2014-12-18 17:29:34 -0500 | |
|---|---|---|
| committer | 2014-12-18 17:29:34 -0500 | |
| commit | c71f8840e56fced2c8f1e2ca00c00d177131944d (patch) | |
| tree | ae760245b1e66aed904e8ca16e23a594be3a638b /src/core/CMakeLists.txt | |
| parent | Merge pull request #299 from lioncash/join (diff) | |
| parent | SystemSaveData: Added a TODO to move it to the NAND. (diff) | |
| download | yuzu-c71f8840e56fced2c8f1e2ca00c00d177131944d.tar.gz yuzu-c71f8840e56fced2c8f1e2ca00c00d177131944d.tar.xz yuzu-c71f8840e56fced2c8f1e2ca00c00d177131944d.zip | |
Merge pull request #301 from Subv/more_savedata
SaveData: Implemented the SystemSaveData archive.
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 f71232c1a..3381524e3 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -20,6 +20,7 @@ set(SRCS | |||
| 20 | file_sys/archive_romfs.cpp | 20 | file_sys/archive_romfs.cpp |
| 21 | file_sys/archive_savedata.cpp | 21 | file_sys/archive_savedata.cpp |
| 22 | file_sys/archive_sdmc.cpp | 22 | file_sys/archive_sdmc.cpp |
| 23 | file_sys/archive_systemsavedata.cpp | ||
| 23 | file_sys/disk_archive.cpp | 24 | file_sys/disk_archive.cpp |
| 24 | file_sys/file_romfs.cpp | 25 | file_sys/file_romfs.cpp |
| 25 | file_sys/directory_romfs.cpp | 26 | file_sys/directory_romfs.cpp |
| @@ -101,6 +102,7 @@ set(HEADERS | |||
| 101 | file_sys/archive_romfs.h | 102 | file_sys/archive_romfs.h |
| 102 | file_sys/archive_savedata.h | 103 | file_sys/archive_savedata.h |
| 103 | file_sys/archive_sdmc.h | 104 | file_sys/archive_sdmc.h |
| 105 | file_sys/archive_systemsavedata.h | ||
| 104 | file_sys/disk_archive.h | 106 | file_sys/disk_archive.h |
| 105 | file_sys/file_backend.h | 107 | file_sys/file_backend.h |
| 106 | file_sys/file_romfs.h | 108 | file_sys/file_romfs.h |