diff options
author | Subv <subv2112@gmail.com> | 2018-03-20 03:17:15 +0100 |
---|---|---|
committer | Subv <subv2112@gmail.com> | 2018-03-20 03:17:15 +0100 |
commit | c4ca802b9dc7f0d3f3aed5aa937240bf85370c15 (patch) | |
tree | 12199ad7acfb7b1b886eda7ad01d968e10c9051c /src/core/CMakeLists.txt | |
parent | Merge pull request #251 from Subv/tic_tsc (diff) | |
download | yuzu-c4ca802b9dc7f0d3f3aed5aa937240bf85370c15.tar yuzu-c4ca802b9dc7f0d3f3aed5aa937240bf85370c15.tar.gz yuzu-c4ca802b9dc7f0d3f3aed5aa937240bf85370c15.tar.bz2 yuzu-c4ca802b9dc7f0d3f3aed5aa937240bf85370c15.tar.lz yuzu-c4ca802b9dc7f0d3f3aed5aa937240bf85370c15.tar.xz yuzu-c4ca802b9dc7f0d3f3aed5aa937240bf85370c15.tar.zst yuzu-c4ca802b9dc7f0d3f3aed5aa937240bf85370c15.zip |
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 faaa50e4d..d2275d9a9 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 |