fsp: Move ISaveDataInfoReader to a seperate file

This commit is contained in:
FearlessTobi 2024-02-18 23:02:37 +01:00
parent c9ef2e26ca
commit 380475af32
4 changed files with 214 additions and 165 deletions

View file

@ -585,6 +585,8 @@ add_library(core STATIC
hle/service/filesystem/fsp/fs_i_file.h
hle/service/filesystem/fsp/fs_i_filesystem.cpp
hle/service/filesystem/fsp/fs_i_filesystem.h
hle/service/filesystem/fsp/fs_i_save_data_info_reader.cpp
hle/service/filesystem/fsp/fs_i_save_data_info_reader.h
hle/service/filesystem/fsp/fs_i_storage.cpp
hle/service/filesystem/fsp/fs_i_storage.h
hle/service/filesystem/fsp/fsp_ldr.cpp