summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorshinyquagsire23 <mtinc2@gmail.com>2017-10-01 18:32:43 +0200
committershinyquagsire23 <mtinc2@gmail.com>2017-10-01 18:53:45 +0200
commit8e10c9bb2e8690055ba07003ebd53a5215f82f8f (patch)
tree46148de876e830563d95940374bb34bb511e5f79 /src/core/CMakeLists.txt
parentfile_sys/ncch_container: add RomFS, ExeFS override to allow for backward compatibility with existing .romfs system archive dumps (diff)
downloadyuzu-8e10c9bb2e8690055ba07003ebd53a5215f82f8f.tar
yuzu-8e10c9bb2e8690055ba07003ebd53a5215f82f8f.tar.gz
yuzu-8e10c9bb2e8690055ba07003ebd53a5215f82f8f.tar.bz2
yuzu-8e10c9bb2e8690055ba07003ebd53a5215f82f8f.tar.lz
yuzu-8e10c9bb2e8690055ba07003ebd53a5215f82f8f.tar.xz
yuzu-8e10c9bb2e8690055ba07003ebd53a5215f82f8f.tar.zst
yuzu-8e10c9bb2e8690055ba07003ebd53a5215f82f8f.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 3ed619991..2618da18c 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -29,6 +29,7 @@ set(SRCS
file_sys/ncch_container.cpp
file_sys/path_parser.cpp
file_sys/savedata_archive.cpp
+ file_sys/title_metadata.cpp
frontend/camera/blank_camera.cpp
frontend/camera/factory.cpp
frontend/camera/interface.cpp