summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/ivfc_archive.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-21file_sys: Repurpose 3DS IVFC code for Switch ROMFS.bunnei1-83/+0
2016-11-19FileSys: remove Open from FileBackendwwylele1-3/+0
2016-11-19FileSys: remove Open from DirectoryBackendwwylele1-3/+0
2016-11-01FileSys: make Archive interfaces return error codewwylele1-7/+7
2016-10-02fs: implement DeleteDirectoryRecursivelywwylele1-0/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-2/+0
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-6/+3
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-9/+23
2016-03-20HLE/FS: Return the proper error codes when opening files.Subv1-2/+2
2016-03-20HLE/FS: Return the proper error codes on file Read/Write operations.Subv1-2/+2
2016-03-20HLE/FS: Corrected the error codes for DeleteFileSubv1-1/+1
2016-03-20HLE/FS: FS::CreateFile takes an u64 for the file size.Subv1-1/+1
2015-10-28Implement FS_User::GetFreeBytesarchshift1-0/+1
2015-07-14Archive: Correct a few incorrect types in function signaturesYuri Kunde Schlesner1-4/+4
2015-07-14FS: Stream RomFS from file instead of loading all of it to memorycondut1-4/+11
2015-06-28Core: Cleanup file_sys includes.Emmanuel Gil Peyrot1-1/+3
2015-05-07FileSys: Clean-up includes, de-inline destructorsYuri Kunde Schlesner1-0/+2
2015-02-10FS: Allow multiple instances of the same archive type to be open at onceYuri Kunde Schlesner1-6/+7
2015-01-03SaveDataCheck: Remove unneeded constructor from a classSubv1-2/+0
2015-01-03Archives: Added some documentation to IVFCArchiveSubv1-0/+5
2015-01-03Archives: Reduced duplicate code in RomFS and SaveCheck.Subv1-0/+63