aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/file_sys/ivfc_archive.h
Commit message (Collapse)AuthorAge
* Archive: Correct a few incorrect types in function signaturesGravatar Yuri Kunde Schlesner2015-07-13
| | | | Buffer lengths should be size_t, and file offsets should be u64.
* FS: Stream RomFS from file instead of loading all of it to memoryGravatar condut2015-07-13
|
* Core: Cleanup file_sys includes.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* FileSys: Clean-up includes, de-inline destructorsGravatar Yuri Kunde Schlesner2015-05-06
|
* FS: Allow multiple instances of the same archive type to be open at onceGravatar Yuri Kunde Schlesner2015-02-10
|
* SaveDataCheck: Remove unneeded constructor from a classGravatar Subv2015-01-02
|
* Archives: Added some documentation to IVFCArchiveGravatar Subv2015-01-02
|
* Archives: Reduced duplicate code in RomFS and SaveCheck.Gravatar Subv2015-01-02
Fixed a few warnings and cleaned up the code