summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/ivfc_archive.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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