summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/disk_archive.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* disk_archive: Remove unimplemented constructor declarationsLioncash2015-09-101-2/+0
* Archive: Correct a few incorrect types in function signaturesYuri Kunde Schlesner2015-07-141-4/+4
* Core: Cleanup file_sys includes.Emmanuel Gil Peyrot2015-06-281-1/+6
* FileSys: Clean-up includes, de-inline destructorsYuri Kunde Schlesner2015-05-071-0/+2
* Headers: Add some forgotten overrides, thanks clang!Emmanuel Gil Peyrot2015-04-141-1/+1
* FS: Allow multiple instances of the same archive type to be open at onceYuri Kunde Schlesner2015-02-101-18/+7
* FileSys: Fix crash bug in DiskFile exposed by #400Yuri Kunde Schlesner2015-01-031-4/+0
* FileSys: Fix a few memory leaksYuri Kunde Schlesner2015-01-031-1/+1
* Archives: Implemented ExtSaveData and SharedExtSaveDataSubv2014-12-301-1/+6
* FileSys: Clean up according to the coding style, and remove redundant namespaced names.Emmanuel Gil Peyrot2014-12-241-8/+8
* CFG: Create a new subfolder cfg inside service to handle cfgSubv2014-12-211-0/+1
* Merge pull request #291 from purpasmart96/licensebunnei2014-12-211-1/+1
|\
| * License changepurpasmart962014-12-211-1/+1
* | Added CreateFile to the FS_USER servicearchshift2014-12-211-0/+1
|/
* Filesystem/Archives: Implemented the SaveData archiveSubv2014-12-181-0/+101