summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2014-12-18 05:44:32 +0100
committerSubv <subv2112@gmail.com>2014-12-18 05:44:32 +0100
commitbec527fa246a427e1e9628a251bd410087fd7113 (patch)
tree00fbe8e11efc859e4233ca8e28ff9902a80252bd /src/core/CMakeLists.txt
parentMerge pull request #288 from Subv/savedata_stuff (diff)
downloadyuzu-bec527fa246a427e1e9628a251bd410087fd7113.tar
yuzu-bec527fa246a427e1e9628a251bd410087fd7113.tar.gz
yuzu-bec527fa246a427e1e9628a251bd410087fd7113.tar.bz2
yuzu-bec527fa246a427e1e9628a251bd410087fd7113.tar.lz
yuzu-bec527fa246a427e1e9628a251bd410087fd7113.tar.xz
yuzu-bec527fa246a427e1e9628a251bd410087fd7113.tar.zst
yuzu-bec527fa246a427e1e9628a251bd410087fd7113.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
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
file_sys/archive_romfs.cpp
file_sys/archive_savedata.cpp
file_sys/archive_sdmc.cpp
+ file_sys/archive_systemsavedata.cpp
file_sys/disk_archive.cpp
file_sys/file_romfs.cpp
file_sys/directory_romfs.cpp
@@ -101,6 +102,7 @@ set(HEADERS
file_sys/archive_romfs.h
file_sys/archive_savedata.h
file_sys/archive_sdmc.h
+ file_sys/archive_systemsavedata.h
file_sys/disk_archive.h
file_sys/file_backend.h
file_sys/file_romfs.h