aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/filesystem/fsp_srv.cpp
AgeCommit message (Expand)Author
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-02hle: service: filesystem: Create a service thread where appropriate.bunnei
2022-01-21service/filsystem: Update fsp-srv function tableLioncash
2021-11-04general: Get the current process program id directly from the systemMorph
2021-11-04general: Rename GetTitleID to GetProgramIDMorph
2021-09-14vfs: Partially implement GetFileTimeStampRawMorph
2021-06-16fsp_srv: Fix filesystem access loggingMorph
2021-06-02fsp-srv: Replace one last instance of RESULT_SUCCESSMorph
2021-06-02fspsrv: Implement DisableAutoSaveDataCreation (#6355)Chloe
2021-06-02general: Replace RESULT_UNKNOWN with ResultUnknownMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-04-26service: Eliminate cases of member shadowingLioncash
2021-04-07IFile: Update to 12.xMorph
2021-04-07fsp-srv: Update to 12.xMorph
2020-12-15Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindexbunnei
2020-12-08fsp_srv: Implement OpenDataStorageWithProgramIndexMorph
2020-12-07core: Remove unnecessary enum casts in log callsLioncash
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-11-18patch_manager: Remove usages of the global system instanceLioncash
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-08-23fsp_srv: Resolve -Wunused-but-set-variable warningLioncash
2020-08-23fsp_srv: Resolve -Wmaybe_uninitialized warning in OpenSaveDataFileSystem()Lioncash
2020-07-31minor nitsMorph
2020-07-30fsp-srv: Stub Read/WriteSaveDataFileSystemExtraDataWithMaskBySaveDataAttributeMorph
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