summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar liamwhite2024-02-23 11:34:06 -0500
committerGravatar GitHub2024-02-23 11:34:06 -0500
commit0da6704fc2e45958ee2bf884128ce0ff5897ac1a (patch)
tree436e6adbf8dba2fdea6985b3e9b8cc24975d382e /src/core/CMakeLists.txt
parentMerge pull request #13121 from german77/clean-shortcut (diff)
parentAddress review comments (diff)
downloadyuzu-0da6704fc2e45958ee2bf884128ce0ff5897ac1a.tar.gz
yuzu-0da6704fc2e45958ee2bf884128ce0ff5897ac1a.tar.xz
yuzu-0da6704fc2e45958ee2bf884128ce0ff5897ac1a.zip
Merge pull request #13073 from FearlessTobi/fsp-srv-ipc
fsp: Migrate remaining interfaces to cmif serialization
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index a7b760fa2..65bbf4818 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -58,6 +58,7 @@ add_library(core STATIC
58 file_sys/fs_operate_range.h 58 file_sys/fs_operate_range.h
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_save_data_types.h
61 file_sys/fs_string_util.h 62 file_sys/fs_string_util.h
62 file_sys/fsa/fs_i_directory.h 63 file_sys/fsa/fs_i_directory.h
63 file_sys/fsa/fs_i_file.h 64 file_sys/fsa/fs_i_file.h
@@ -599,6 +600,10 @@ add_library(core STATIC
599 hle/service/filesystem/fsp/fs_i_file.h 600 hle/service/filesystem/fsp/fs_i_file.h
600 hle/service/filesystem/fsp/fs_i_filesystem.cpp 601 hle/service/filesystem/fsp/fs_i_filesystem.cpp
601 hle/service/filesystem/fsp/fs_i_filesystem.h 602 hle/service/filesystem/fsp/fs_i_filesystem.h
603 hle/service/filesystem/fsp/fs_i_multi_commit_manager.cpp
604 hle/service/filesystem/fsp/fs_i_multi_commit_manager.h
605 hle/service/filesystem/fsp/fs_i_save_data_info_reader.cpp
606 hle/service/filesystem/fsp/fs_i_save_data_info_reader.h
602 hle/service/filesystem/fsp/fs_i_storage.cpp 607 hle/service/filesystem/fsp/fs_i_storage.cpp
603 hle/service/filesystem/fsp/fs_i_storage.h 608 hle/service/filesystem/fsp/fs_i_storage.h
604 hle/service/filesystem/fsp/fsp_ldr.cpp 609 hle/service/filesystem/fsp/fsp_ldr.cpp
@@ -607,7 +612,7 @@ add_library(core STATIC
607 hle/service/filesystem/fsp/fsp_pr.h 612 hle/service/filesystem/fsp/fsp_pr.h
608 hle/service/filesystem/fsp/fsp_srv.cpp 613 hle/service/filesystem/fsp/fsp_srv.cpp
609 hle/service/filesystem/fsp/fsp_srv.h 614 hle/service/filesystem/fsp/fsp_srv.h
610 hle/service/filesystem/fsp/fsp_util.h 615 hle/service/filesystem/fsp/fsp_types.h
611 hle/service/filesystem/romfs_controller.cpp 616 hle/service/filesystem/romfs_controller.cpp
612 hle/service/filesystem/romfs_controller.h 617 hle/service/filesystem/romfs_controller.h
613 hle/service/filesystem/save_data_controller.cpp 618 hle/service/filesystem/save_data_controller.cpp