diff options
| author | FearlessTobi <thm.frey@gmail.com> | 2024-02-18 23:26:18 +0100 |
|---|---|---|
| committer | FearlessTobi <thm.frey@gmail.com> | 2024-02-19 19:06:31 +0100 |
| commit | b7d9eba72b504039548c5bb1fb64cfec9f3011cb (patch) | |
| tree | 93b4e5c1438fa08c63aa6fffd764d806cfa9d903 /src/core/CMakeLists.txt | |
| parent | 380475af32507cf8fd1a42d470667bce8f0b69c7 (diff) | |
fsp: Move IMultiCommitManager to a seperate file
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 e7d507878..e9a98b5d7 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_multi_commit_manager.cpp + hle/service/filesystem/fsp/fs_i_multi_commit_manager.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 |
