diff options
| author | 2024-02-22 12:34:47 -0500 | |
|---|---|---|
| committer | 2024-02-22 12:34:47 -0500 | |
| commit | d12d9dad4096af6280c6c418cf36a2faacede102 (patch) | |
| tree | ba52bf26efd8b2f7bf282b0564a68870022cccb7 /src/core/CMakeLists.txt | |
| parent | Merge pull request #13000 from liamwhite/skip-null-memory (diff) | |
| parent | Address review comments pt. 2 (diff) | |
| download | yuzu-d12d9dad4096af6280c6c418cf36a2faacede102.tar.gz yuzu-d12d9dad4096af6280c6c418cf36a2faacede102.tar.xz yuzu-d12d9dad4096af6280c6c418cf36a2faacede102.zip | |
Merge pull request #12982 from FearlessTobi/fs-rewrite-part0
fs: Add FileSystemAccessor and use cmif serialization
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index f67a12f8f..cfce352c9 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -59,8 +59,12 @@ add_library(core STATIC | |||
| 59 | file_sys/fs_path.h | 59 | file_sys/fs_path.h |
| 60 | file_sys/fs_path_utility.h | 60 | file_sys/fs_path_utility.h |
| 61 | file_sys/fs_string_util.h | 61 | file_sys/fs_string_util.h |
| 62 | file_sys/fsa/fs_i_directory.h | ||
| 63 | file_sys/fsa/fs_i_file.h | ||
| 64 | file_sys/fsa/fs_i_filesystem.h | ||
| 62 | file_sys/fsmitm_romfsbuild.cpp | 65 | file_sys/fsmitm_romfsbuild.cpp |
| 63 | file_sys/fsmitm_romfsbuild.h | 66 | file_sys/fsmitm_romfsbuild.h |
| 67 | file_sys/fssrv/fssrv_sf_path.h | ||
| 64 | file_sys/fssystem/fs_i_storage.h | 68 | file_sys/fssystem/fs_i_storage.h |
| 65 | file_sys/fssystem/fs_types.h | 69 | file_sys/fssystem/fs_types.h |
| 66 | file_sys/fssystem/fssystem_aes_ctr_counter_extended_storage.cpp | 70 | file_sys/fssystem/fssystem_aes_ctr_counter_extended_storage.cpp |