aboutsummaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2024-02-23 15:21:12 -0500
committerGitHub <noreply@github.com>2024-02-23 15:21:12 -0500
commit9f6818a6e5863a786c7fdb8f3226862c29fa8ee7 (patch)
treeb195b12419d3cd1cbf838a003d06210b773ae7cb /src/core/CMakeLists.txt
parent77107ba124197c19da69cf4923088d10fafbf9e5 (diff)
parent22b91afa6944b1c1242691e67abef891b0f5df42 (diff)
Merge pull request #13136 from liamwhite/fs-launch
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
hle/service/filesystem/fsp/fsp_srv.cpp
hle/service/filesystem/fsp/fsp_srv.h
hle/service/filesystem/fsp/fsp_types.h
+ hle/service/filesystem/fsp/save_data_transfer_prohibiter.cpp
+ hle/service/filesystem/fsp/save_data_transfer_prohibiter.h
hle/service/filesystem/romfs_controller.cpp
hle/service/filesystem/romfs_controller.h
hle/service/filesystem/save_data_controller.cpp