summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* CFG: Implemented the GetConfigInfoBlk2 function.Subv2014-12-211-9/+0
* Merge pull request #291 from purpasmart96/licensebunnei2014-12-214-4/+4
|\
| * License changepurpasmart962014-12-214-4/+4
* | Added CreateFile to the FS_USER servicearchshift2014-12-213-1/+47
* | Common: Add a clone of std::make_uniqueYuri Kunde Schlesner2014-12-201-6/+7
* | Merge pull request #306 from Subv/even_more_savedatabunnei2014-12-201-2/+31
|\ \ | |/ |/|
| * FS_U: Added the command to the docs of SaveData functionsSubv2014-12-201-0/+2
| * SaveData: Added some documentation to FormatSaveDataSubv2014-12-181-2/+29
* | SystemSaveData: Fixed a typo that was segfaultingSubv2014-12-191-1/+1
* | SaveData: Implemented the SystemSaveData archive.Subv2014-12-181-0/+9
|/
* Filesystem/Archives: Implemented the SaveData archiveSubv2014-12-183-13/+86
* Work around libstdc++'s lack of support for std::hash on enumsYuri Kunde Schlesner2014-12-161-0/+15
* FS.Archive: Clean up treatment of archives and their handlesYuri Kunde Schlesner2014-12-163-196/+175
* Service.FS: Rename FileSys::File to FileBackendYuri Kunde Schlesner2014-12-161-1/+1
* Service.FS: Rename FileSys::Directory to DirectoryBackendYuri Kunde Schlesner2014-12-161-2/+2
* Service.FS: Rename FileSys::Archive to ArchiveBackendYuri Kunde Schlesner2014-12-162-5/+5
* Service.FS: Do archive registration using IdCode instead of nameYuri Kunde Schlesner2014-12-163-16/+27
* HLE: Rename namespaces to match move & fix initialization orderYuri Kunde Schlesner2014-12-164-30/+32
* HLE: Move kernel/archive.* to service/fs/Yuri Kunde Schlesner2014-12-164-0/+1038