suyu/src/core/hle/service/filesystem
Zach Hilman 5ee19add1b fsp_srv: Implement ISaveDataInfoReader
An object to read SaveDataInfo objects, which describe a unique save on the system. This implementation iterates through all the directories in the save data space and uses the paths to reconstruct the metadata.
2018-10-29 13:54:39 -04:00
..
filesystem.cpp savedata_factory: Expose accessors for SaveDataSpace 2018-10-29 13:54:38 -04:00
filesystem.h savedata_factory: Expose accessors for SaveDataSpace 2018-10-29 13:54:38 -04:00
fsp_ldr.cpp hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
fsp_ldr.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
fsp_pr.cpp hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
fsp_pr.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
fsp_srv.cpp fsp_srv: Implement ISaveDataInfoReader 2018-10-29 13:54:39 -04:00
fsp_srv.h fsp_srv: Implement command 61: OpenSaveDataInfoReaderBySaveDataSpaceId 2018-10-29 13:54:39 -04:00