summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Liam2024-02-23 12:17:24 -0500
committerGravatar Liam2024-02-23 12:17:24 -0500
commit22b91afa6944b1c1242691e67abef891b0f5df42 (patch)
treeb195b12419d3cd1cbf838a003d06210b773ae7cb /src/core/CMakeLists.txt
parentMerge pull request #13133 from liamwhite/libstdcxx-issue (diff)
downloadyuzu-22b91afa6944b1c1242691e67abef891b0f5df42.tar.gz
yuzu-22b91afa6944b1c1242691e67abef891b0f5df42.tar.xz
yuzu-22b91afa6944b1c1242691e67abef891b0f5df42.zip
fs: add ISaveDataTransferProhibiter, stub FindSaveDataWithFilter
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 0393eff33..75beacf70 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -623,6 +623,8 @@ add_library(core STATIC
623 hle/service/filesystem/fsp/fsp_srv.cpp 623 hle/service/filesystem/fsp/fsp_srv.cpp
624 hle/service/filesystem/fsp/fsp_srv.h 624 hle/service/filesystem/fsp/fsp_srv.h
625 hle/service/filesystem/fsp/fsp_types.h 625 hle/service/filesystem/fsp/fsp_types.h
626 hle/service/filesystem/fsp/save_data_transfer_prohibiter.cpp
627 hle/service/filesystem/fsp/save_data_transfer_prohibiter.h
626 hle/service/filesystem/romfs_controller.cpp 628 hle/service/filesystem/romfs_controller.cpp
627 hle/service/filesystem/romfs_controller.h 629 hle/service/filesystem/romfs_controller.h
628 hle/service/filesystem/save_data_controller.cpp 630 hle/service/filesystem/save_data_controller.cpp