summaryrefslogtreecommitdiff
path: root/src/core/hle/service/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added Archive ID to fs:USER debug logs involving opening the archive.Gravatar archshift2015-01-101-3/+3
* Logging: Log all called service functions (under trace). Compile out all trac...Gravatar archshift2015-01-101-4/+0
* Archives: Changed the unimplemented archives comment.Gravatar Subv2015-01-061-1/+1
* Archives: Addressed some commentsGravatar Subv2015-01-061-2/+2
* Archives: Make SYSTEM_ID and SDCARD_ID stringsGravatar Subv2015-01-042-4/+4
* Archives: Changed the way paths are built for the archives.Gravatar Subv2015-01-032-10/+15
* Archives: Change the folder layout of some archives.Gravatar Subv2015-01-021-1/+1
* Archives: Reduced duplicate code in RomFS and SaveCheck.Gravatar Subv2015-01-022-4/+5
* SaveDataCheck: Preliminary work in this archive.Gravatar Subv2015-01-022-3/+35
* archive: Fix initializer list orderGravatar Lioncash2015-01-021-3/+3
* Archives: Implemented ExtSaveData and SharedExtSaveDataGravatar Subv2014-12-293-43/+36
* Kernel: New handle managerGravatar Yuri Kunde Schlesner2014-12-281-4/+6
* Rename ObjectPool to HandleTableGravatar Yuri Kunde Schlesner2014-12-281-4/+4
* Merge pull request #330 from purpasmart96/new_srvGravatar bunnei2014-12-252-10/+0
|\
| * More services & small clean upsGravatar purpasmart962014-12-252-10/+0
* | Stubbed IsSdmcWriteable to always return writeable.Gravatar archshift2014-12-231-1/+18
|/
* CFG: Implemented the GetConfigInfoBlk2 function.Gravatar Subv2014-12-211-9/+0
* Merge pull request #291 from purpasmart96/licenseGravatar bunnei2014-12-214-4/+4
|\
| * License changeGravatar purpasmart962014-12-204-4/+4
* | Added CreateFile to the FS_USER serviceGravatar archshift2014-12-213-1/+47
* | Common: Add a clone of std::make_uniqueGravatar Yuri Kunde Schlesner2014-12-201-6/+7
* | Merge pull request #306 from Subv/even_more_savedataGravatar bunnei2014-12-191-2/+31
|\ \ | |/ |/|
| * FS_U: Added the command to the docs of SaveData functionsGravatar Subv2014-12-191-0/+2
| * SaveData: Added some documentation to FormatSaveDataGravatar Subv2014-12-181-2/+29
* | SystemSaveData: Fixed a typo that was segfaultingGravatar Subv2014-12-181-1/+1
* | SaveData: Implemented the SystemSaveData archive.Gravatar Subv2014-12-171-0/+9
|/
* Filesystem/Archives: Implemented the SaveData archiveGravatar Subv2014-12-173-13/+86
* Work around libstdc++'s lack of support for std::hash on enumsGravatar Yuri Kunde Schlesner2014-12-161-0/+15
* FS.Archive: Clean up treatment of archives and their handlesGravatar Yuri Kunde Schlesner2014-12-163-196/+175
* Service.FS: Rename FileSys::File to FileBackendGravatar Yuri Kunde Schlesner2014-12-161-1/+1
* Service.FS: Rename FileSys::Directory to DirectoryBackendGravatar Yuri Kunde Schlesner2014-12-161-2/+2
* Service.FS: Rename FileSys::Archive to ArchiveBackendGravatar Yuri Kunde Schlesner2014-12-162-5/+5
* Service.FS: Do archive registration using IdCode instead of nameGravatar Yuri Kunde Schlesner2014-12-163-16/+27
* HLE: Rename namespaces to match move & fix initialization orderGravatar Yuri Kunde Schlesner2014-12-164-30/+32
* HLE: Move kernel/archive.* to service/fs/Gravatar Yuri Kunde Schlesner2014-12-164-0/+1038