diff options
author | shinyquagsire23 <mtinc2@gmail.com> | 2017-10-01 18:32:43 +0200 |
---|---|---|
committer | shinyquagsire23 <mtinc2@gmail.com> | 2017-10-01 18:53:45 +0200 |
commit | 8e10c9bb2e8690055ba07003ebd53a5215f82f8f (patch) | |
tree | 46148de876e830563d95940374bb34bb511e5f79 /src/core/CMakeLists.txt | |
parent | file_sys/ncch_container: add RomFS, ExeFS override to allow for backward compatibility with existing .romfs system archive dumps (diff) | |
download | yuzu-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.txt | 1 |
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 |