summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/ivfc_archive.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Buffer lengths should be size_t, and file offsets should be u64.
* 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
Fixed a few warnings and cleaned up the code