summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2016-10-17 08:54:48 +0200
committerwwylele <wwylele@gmail.com>2016-11-19 16:17:19 +0100
commit7166fdc49072d987d04e681de4d9e1558ba75c63 (patch)
treeb65665c71cc0fb5dfff8ba64d1a64898ec8571fd /src/core/CMakeLists.txt
parentFileSys: remove Open from FileBackend (diff)
downloadyuzu-7166fdc49072d987d04e681de4d9e1558ba75c63.tar
yuzu-7166fdc49072d987d04e681de4d9e1558ba75c63.tar.gz
yuzu-7166fdc49072d987d04e681de4d9e1558ba75c63.tar.bz2
yuzu-7166fdc49072d987d04e681de4d9e1558ba75c63.tar.lz
yuzu-7166fdc49072d987d04e681de4d9e1558ba75c63.tar.xz
yuzu-7166fdc49072d987d04e681de4d9e1558ba75c63.tar.zst
yuzu-7166fdc49072d987d04e681de4d9e1558ba75c63.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 ae9e8dcea..63a402ad0 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -25,6 +25,7 @@ set(SRCS
file_sys/disk_archive.cpp
file_sys/ivfc_archive.cpp
file_sys/path_parser.cpp
+ file_sys/savedata_archive.cpp
gdbstub/gdbstub.cpp
hle/config_mem.cpp
hle/hle.cpp
@@ -170,6 +171,7 @@ set(HEADERS
file_sys/file_backend.h
file_sys/ivfc_archive.h
file_sys/path_parser.h
+ file_sys/savedata_archive.h
gdbstub/gdbstub.h
hle/config_mem.h
hle/function_wrappers.h