diff options
author | FearlessTobi <thm.frey@gmail.com> | 2024-02-18 23:02:37 +0100 |
---|---|---|
committer | FearlessTobi <thm.frey@gmail.com> | 2024-02-19 19:06:31 +0100 |
commit | 380475af32507cf8fd1a42d470667bce8f0b69c7 (patch) | |
tree | 2176dc3a293baadfa0c6e95bd66d70c6ecff9df4 /src/core/CMakeLists.txt | |
parent | Merge pull request #13080 from FearlessTobi/scope-exit (diff) | |
download | yuzu-380475af32507cf8fd1a42d470667bce8f0b69c7.tar yuzu-380475af32507cf8fd1a42d470667bce8f0b69c7.tar.gz yuzu-380475af32507cf8fd1a42d470667bce8f0b69c7.tar.bz2 yuzu-380475af32507cf8fd1a42d470667bce8f0b69c7.tar.lz yuzu-380475af32507cf8fd1a42d470667bce8f0b69c7.tar.xz yuzu-380475af32507cf8fd1a42d470667bce8f0b69c7.tar.zst yuzu-380475af32507cf8fd1a42d470667bce8f0b69c7.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 23f717472..e7d507878 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -585,6 +585,8 @@ add_library(core STATIC hle/service/filesystem/fsp/fs_i_file.h hle/service/filesystem/fsp/fs_i_filesystem.cpp hle/service/filesystem/fsp/fs_i_filesystem.h + hle/service/filesystem/fsp/fs_i_save_data_info_reader.cpp + hle/service/filesystem/fsp/fs_i_save_data_info_reader.h hle/service/filesystem/fsp/fs_i_storage.cpp hle/service/filesystem/fsp/fs_i_storage.h hle/service/filesystem/fsp/fsp_ldr.cpp |