summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/ivfc_archive.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-2/+2
| | | | These operations are limited by the open flags specified while opening the file.
* HLE/FS: Corrected the error codes for DeleteFileSubv2016-03-201-1/+1
|
* HLE/FS: FS::CreateFile takes an u64 for the file size.Subv2016-03-201-1/+1
|
* Implement FS_User::GetFreeBytesarchshift2015-10-281-0/+1
|
* Archive: Correct a few incorrect types in function signaturesYuri Kunde Schlesner2015-07-141-4/+4
| | | | 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-4/+11
|
* Core: Cleanup file_sys includes.Emmanuel Gil Peyrot2015-06-281-1/+3
|
* FileSys: Clean-up includes, de-inline destructorsYuri Kunde Schlesner2015-05-071-0/+2
|
* FS: Allow multiple instances of the same archive type to be open at onceYuri Kunde Schlesner2015-02-101-6/+7
|
* SaveDataCheck: Remove unneeded constructor from a classSubv2015-01-031-2/+0
|
* Archives: Added some documentation to IVFCArchiveSubv2015-01-031-0/+5
|
* Archives: Reduced duplicate code in RomFS and SaveCheck.Subv2015-01-031-0/+63
Fixed a few warnings and cleaned up the code