aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys
AgeCommit message (Expand)Author
2017-02-26Doxygen: Amend minor issues (#2593)Mat M
2017-02-13loader: use self NCCH archivewwylele
2017-02-13file_sys: add Self NCCH archivewwylele
2017-01-29core: fix savedata_archive.cpp warnings about unhandled enumeration values on...Kloen
2017-01-29core: fix archive_sdmc.cpp warnings about unhandled enumeration value on OSXKloen
2017-01-29core: fix archive_extsavedata.cpp warning on OSXKloen
2016-12-21Address clang-format issues.bunnei
2016-12-21core: Remove HLE module, consolidate code & various cleanups.bunnei
2016-12-15archive_source_sd_savedata: Add static method to get a specific save data pathMerryMage
2016-12-07file_sys: Make a few single-argument constructors explicitLioncash
2016-11-29FileSys: Implement OtherSaveDatawwylele
2016-11-29FileSys: abstract SD save data archive sourcewwylele
2016-11-19FileSys: rename SaveDataCheck archive to NCCH archivewwylele
2016-11-19FileSys: remove unused DiskArchivewwylele
2016-11-19FileSys: w->rw permission lift only happens in SDMC archivewwylele
2016-11-19FileSys: add SDMCWriteOnlyArchivewwylele
2016-11-19FileSys: add SDMCArchivewwylele
2016-11-19FileSys: add ExtSaveDataArchivewwylele
2016-11-19FileSys: add SaveDataArchivewwylele
2016-11-19FileSys: remove Open from FileBackendwwylele
2016-11-19FileSys: remove Open from DirectoryBackendwwylele
2016-11-19FileSys: add PathParserwwylele
2016-11-01FileSys: make Archive interfaces return error codewwylele
2016-10-02fs: implement DeleteDirectoryRecursivelywwylele
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-05-21FileSys/Path: Replace Memory::GetPointer with Memory::ReadBlockMerryMage
2016-04-05Merge pull request #1643 from MerryMage/make_uniqueMathew Maidment
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage
2016-03-21archive_extsavedata: Fix member initialization orderLioncash
2016-03-20HLE/FS: Change the error code returned when an ExtSaveData archive is not found.Subv
2016-03-20HLE/FS: Corrected some style concerns.Subv
2016-03-20HLE/FS: Implemented GetFormatInfoSubv
2016-03-20HLE/FS: Return the proper error codes when opening files.Subv
2016-03-20HLE/FS: Return the proper error codes on file Read/Write operations.Subv
2016-03-20HLE/FS: Corrected the error codes for DeleteFileSubv
2016-03-20HLE/FS: Corrected the error codes for CreateFileSubv
2016-03-20HLE/FS: FS::CreateFile takes an u64 for the file size.Subv
2016-03-01Merge pull request #1297 from Subv/savesbunnei
2016-01-25archive_backend: Remove unnecessary const from return typesLioncash
2016-01-16DiskDirectory: Initialize the directory member with valid info.Subv
2015-10-27Implement FS_User::GetFreeBytesarchshift
2015-09-30ivfc_archive: Fix a printf specifierLioncash
2015-09-09disk_archive: Remove unimplemented constructor declarationsLioncash
2015-08-28Services/FS: Correctly tell the guest app whether a file was correctly opened...Subv
2015-07-13Archive: Correct a few incorrect types in function signaturesYuri Kunde Schlesner
2015-07-13Loader: Remove unnecessary pointer indirection to IOFileYuri Kunde Schlesner
2015-07-13FS: Stream RomFS from file instead of loading all of it to memorycondut