summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-03-24 01:48:26 +0100
committerGitHub <noreply@github.com>2018-03-24 01:48:26 +0100
commita397a9e9a4bad1ed03229082408b7fa424295530 (patch)
tree3f4766c0bc490d10cf89377475c23fa237e2bba2 /src/core/CMakeLists.txt
parentMerge pull request #268 from mailwl/ssl (diff)
parentFS: Move the file open mode calculation to a separate function. (diff)
downloadyuzu-a397a9e9a4bad1ed03229082408b7fa424295530.tar
yuzu-a397a9e9a4bad1ed03229082408b7fa424295530.tar.gz
yuzu-a397a9e9a4bad1ed03229082408b7fa424295530.tar.bz2
yuzu-a397a9e9a4bad1ed03229082408b7fa424295530.tar.lz
yuzu-a397a9e9a4bad1ed03229082408b7fa424295530.tar.xz
yuzu-a397a9e9a4bad1ed03229082408b7fa424295530.tar.zst
yuzu-a397a9e9a4bad1ed03229082408b7fa424295530.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 0a25a52e4..39cdb55f1 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -22,6 +22,8 @@ add_library(core STATIC
file_sys/romfs_filesystem.h
file_sys/savedata_factory.cpp
file_sys/savedata_factory.h
+ file_sys/sdmc_factory.cpp
+ file_sys/sdmc_factory.h
file_sys/storage.h
frontend/emu_window.cpp
frontend/emu_window.h