fs: add ISaveDataTransferProhibiter, stub FindSaveDataWithFilter

This commit is contained in:
Liam 2024-02-23 12:17:24 -05:00
parent 77107ba124
commit 22b91afa69
6 changed files with 68 additions and 2 deletions

View file

@ -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