summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-03-02 04:14:31 +0100
committerGitHub <noreply@github.com>2018-03-02 04:14:31 +0100
commit46fc7d85023f4449b542f0c58830421d667f92b7 (patch)
treea605aabd8c776bebea1111fccd8df01d569d5170 /src/core/CMakeLists.txt
parentMerge pull request #224 from Armada651/clear-process (diff)
parentSaveData: Use the current titleid when opening the savedata archive. (diff)
downloadyuzu-46fc7d85023f4449b542f0c58830421d667f92b7.tar
yuzu-46fc7d85023f4449b542f0c58830421d667f92b7.tar.gz
yuzu-46fc7d85023f4449b542f0c58830421d667f92b7.tar.bz2
yuzu-46fc7d85023f4449b542f0c58830421d667f92b7.tar.lz
yuzu-46fc7d85023f4449b542f0c58830421d667f92b7.tar.xz
yuzu-46fc7d85023f4449b542f0c58830421d667f92b7.tar.zst
yuzu-46fc7d85023f4449b542f0c58830421d667f92b7.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 1bc536075..6ad04d19d 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -7,6 +7,8 @@ add_library(core STATIC
core_timing.cpp
core_timing.h
file_sys/directory.h
+ file_sys/disk_filesystem.cpp
+ file_sys/disk_filesystem.h
file_sys/errors.h
file_sys/filesystem.cpp
file_sys/filesystem.h
@@ -18,6 +20,8 @@ add_library(core STATIC
file_sys/romfs_factory.h
file_sys/romfs_filesystem.cpp
file_sys/romfs_filesystem.h
+ file_sys/savedata_factory.cpp
+ file_sys/savedata_factory.h
file_sys/storage.h
frontend/emu_window.cpp
frontend/emu_window.h