summaryrefslogtreecommitdiff
path: root/src/core/file_sys/disk_archive.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* file_sys: Remove disk_archive, savedata_archive, and title_metadata.Gravatar bunnei2018-01-211-99/+0
* FileSys: Move all result description to errors.hGravatar Yuri Kunde Schlesner2017-05-241-4/+3
* FileSys: remove unused DiskArchiveGravatar wwylele2016-11-191-147/+0
* FileSys: w->rw permission lift only happens in SDMC archiveGravatar wwylele2016-11-191-1/+1
* FileSys: remove Open from FileBackendGravatar wwylele2016-11-191-52/+40
* FileSys: remove Open from DirectoryBackendGravatar wwylele2016-11-191-13/+4
* FileSys: make Archive interfaces return error codeGravatar wwylele2016-11-011-14/+36
* fs: implement DeleteDirectoryRecursivelyGravatar wwylele2016-10-021-0/+4
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-3/+1
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-17/+32
* Common: Remove Common::make_unique, use std::make_uniqueGravatar MerryMage2016-04-051-4/+4
* HLE/FS: Return the proper error codes when opening files.Gravatar Subv2016-03-201-15/+29
* HLE/FS: Return the proper error codes on file Read/Write operations.Gravatar Subv2016-03-201-4/+10
* HLE/FS: Corrected the error codes for DeleteFileGravatar Subv2016-03-201-2/+13
* HLE/FS: Corrected the error codes for CreateFileGravatar Subv2016-03-201-1/+4
* HLE/FS: FS::CreateFile takes an u64 for the file size.Gravatar Subv2016-03-201-1/+1
* DiskDirectory: Initialize the directory member with valid info.Gravatar Subv2016-01-161-2/+4
* Implement FS_User::GetFreeBytesGravatar archshift2015-10-271-0/+5
* Services/FS: Correctly tell the guest app whether a file was correctly opened...Gravatar Subv2015-08-281-1/+1
* Archive: Correct a few incorrect types in function signaturesGravatar Yuri Kunde Schlesner2015-07-131-4/+4
* Core: Cleanup file_sys includes.Gravatar Emmanuel Gil Peyrot2015-06-281-2/+2
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-0/+1
* FS: Allow multiple instances of the same archive type to be open at onceGravatar Yuri Kunde Schlesner2015-02-101-14/+12
* FileSys: Fix a few memory leaksGravatar Yuri Kunde Schlesner2015-01-031-5/+6
* FileSys: Clean up according to the coding style, and remove redundant namespa...Gravatar Emmanuel Gil Peyrot2014-12-241-5/+5
* Merge pull request #291 from purpasmart96/licenseGravatar bunnei2014-12-211-1/+1
|\
| * License changeGravatar purpasmart962014-12-201-1/+1
* | Added CreateFile to the FS_USER serviceGravatar archshift2014-12-211-0/+21
|/
* Filesystem/Archives: Implemented the SaveData archiveGravatar Subv2014-12-171-0/+167