aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/filesystem/fsp_srv.cpp
AgeCommit message (Expand)Author
2020-05-11service: fsp_srv: Stub implementation of OpenMultiCommitManager.bunnei
2020-04-30fs-srv: GetFreeSpaceSize & GetTotalSpaceSizeDavid Marcec
2020-04-20service: Update function tablesLioncash
2020-04-15CMakeLists: Specify -Wextra on linux buildsLioncash
2020-02-07hle: services: Use std::shared_ptr instead of copy by value.bunnei
2019-11-28Merge pull request #3169 from lioncash/memorybunnei
2019-11-27file_sys/directory: Make EntryType an enum classLioncash
2019-11-26core: Prepare various classes for memory read/write migrationLioncash
2019-11-24Merge pull request #3094 from lioncash/tablesbunnei
2019-11-12service: Update function tablesLioncash
2019-11-12service: Resolve sign conversion errorsLioncash
2019-10-04service/filesystem: Silence -Wunused-variableReinUsesLisp
2019-09-21configure_debug: Move reporting option to loggingZach Hilman
2019-09-21filesystem: Add const qualification to various accessorsZach Hilman
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman
2019-09-21filesystem: Pass Size Getter functions to IFileSystem for sizesZach Hilman
2019-06-28fsp-srv: Implement GetAccessLogVersionInfoZach Hilman
2019-06-28fsp-srv: Implement OutputAccessLogToSdCardZach Hilman
2019-04-15Merge pull request #2382 from lioncash/tablebunnei
2019-04-11service: Update service function tablesLioncash
2019-04-10fsp_srv: Remove unnecessary parameter popping in IDirectory's Read()Lioncash
2019-04-10fsp_srv: Log out option values in IFile's Read and Write functionsLioncash
2019-04-05Merge pull request #2339 from lioncash/rankbunnei
2019-04-05service/fsp_srv: Remove unnecessary unknown member in OpenSaveDataFileSystemLioncash
2019-04-05service/fsp_srv: Update SaveDataInfo and SaveDataDescriptor structsLioncash
2019-04-04hle/service: Resolve unused variable warningsLioncash
2019-03-18fsp_srv: Unstub SetCurrentProcessLioncash
2019-01-29service/fsp-srv: Update function tablesLioncash
2018-12-12Merge pull request #1891 from DarkLordZach/istorage-getsizeMat M
2018-12-10fsp_srv: Implement IStorage::GetSizeZach Hilman
2018-12-09service/fsp_srv: Correct returned value in GetGlobalAccessLogMode()Lioncash
2018-12-04Merge pull request #1704 from DarkLordZach/oss-sysarchivebunnei
2018-11-30service/fsp_srv: Implement CleanDirectoryRecursivelyLioncash
2018-11-27Reworked svcs slightly, improved error messages in AM and fsp_srvDavid Marcec
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-11-16file_sys/errors: Extract FS-related error codes to file_sys/errors.hLioncash
2018-11-15fsp_srv: Add support for using open source archive if not found in NANDZach Hilman
2018-10-29ns: Implement command 400: GetApplicationControlDataZach Hilman
2018-10-29fsp_srv: Implement ISaveDataInfoReaderZach Hilman
2018-10-29fsp_srv: Implement command 61: OpenSaveDataInfoReaderBySaveDataSpaceIdZach Hilman
2018-10-27service/filesystem: Add DirectoryDelete & DirectoryDeleteRecursivelyDeeJayBro
2018-10-17fsp_srv: Apply patches to Data storage in OpenDataStorageByDataIdZach Hilman
2018-10-02services/fsp_srv: Amend service function tableLioncash
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-08-31filesystem: Implement OpenReadOnlySaveDataFilesystemZach Hilman
2018-08-31filesystem: Add OpenFileSystemWithPatchZach Hilman
2018-08-21vfs: Replace mode.h include with forward declarations where applicableLioncash
2018-08-20service/filesystem: Use forward declarations where applicableLioncash
2018-08-18filesystem: Add support for loading of system archivesZach Hilman
2018-08-08fsp_srv: Use std::string_view's copy() function instead of strncpy()Lioncash