summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/disk_archive.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* FileSys: remove unused DiskArchivewwylele2016-11-191-32/+0
* FileSys: remove Open from FileBackendwwylele2016-11-191-3/+4
* FileSys: remove Open from DirectoryBackendwwylele2016-11-191-3/+1
* FileSys: make Archive interfaces return error codewwylele2016-11-011-7/+7
* fs: implement DeleteDirectoryRecursivelywwylele2016-10-021-0/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+0
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-2/+1
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-3/+7
* 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
* 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