summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/ivfc_archive.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* FileSys: make Archive interfaces return error codewwylele2016-11-011-13/+18
* fs: implement DeleteDirectoryRecursivelywwylele2016-10-021-0/+6
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-3/+1
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-12/+22
* Common: Remove Common::make_unique, use std::make_uniqueMerryMage2016-04-051-3/+2
* HLE/FS: Return the proper error codes when opening files.Subv2016-03-201-2/+2
* HLE/FS: Return the proper error codes on file Read/Write operations.Subv2016-03-201-4/+5
* HLE/FS: Corrected the error codes for DeleteFileSubv2016-03-201-2/+4
* HLE/FS: FS::CreateFile takes an u64 for the file size.Subv2016-03-201-1/+1
* Implement FS_User::GetFreeBytesarchshift2015-10-281-0/+5
* ivfc_archive: Fix a printf specifierLioncash2015-09-301-1/+1
* Archive: Correct a few incorrect types in function signaturesYuri Kunde Schlesner2015-07-141-5/+5
* FS: Stream RomFS from file instead of loading all of it to memorycondut2015-07-141-7/+6
* Core: Cleanup file_sys includes.Emmanuel Gil Peyrot2015-06-281-1/+0
* CitraQt: Cleanup includes.Emmanuel Gil Peyrot2015-06-281-0/+1
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-0/+1
* FS: Allow multiple instances of the same archive type to be open at onceYuri Kunde Schlesner2015-02-101-12/+10
* IVFCArchive: Use a critical log to notify of invalid operations.Subv2015-01-031-9/+9
* Archives: Reduced duplicate code in RomFS and SaveCheck.Subv2015-01-031-0/+88