summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fs/fs_user.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+1
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-1/+2
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-180/+206
* HLE/FS: Document some command parameters and implemented command 0x08560240 (CreateLegacySystemSaveData)Subv2016-07-031-11/+42
* fs: Fix what appears to be a typo (filename_size / file_size)Sam Spilsbury2016-04-231-1/+1
* HLE/FS: Corrected some style concerns.Subv2016-03-201-1/+1
* HLE/FS: Implemented GetFormatInfoSubv2016-03-201-18/+89
* HLE/FS: FS::CreateFile takes an u64 for the file size.Subv2016-03-201-3/+3
* Fix headerpippo29312016-03-121-1/+1
* GetArchiveResource stubpippo29312016-03-121-1/+25
* services: Update some function tablesLioncash2015-12-301-89/+107
* Implement FS_User::GetFreeBytesarchshift2015-10-281-1/+28
* Services/Logging: Log more useful information when some operations fail.Subv2015-07-211-4/+8
* ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder.Subv2015-06-021-7/+9
* Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2015-05-291-3/+3
* APT/FS: Remove asserts that were causing false positivespurpasmart962015-05-161-3/+5
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-1/+4
* Services: Stubs and minor changespurpasmart962015-04-031-8/+72
* Service/FS: Document and log some unknown values.Subv2015-03-191-1/+26
* Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSystemSaveDataSubv2015-03-141-8/+72
* Services: Moved the PTM and APT services to their own folderSubv2015-03-041-2/+2
* Services/FS: Stubbed CardSlotIsInserted to always return falseSubv2015-03-011-1/+25
* Archives: Made the Format function more generic.Subv2015-02-101-2/+2
* Archives: Expose the File and Directory classes to HLESubv2015-02-101-3/+3
* Service: Clean-up InterfaceYuri Kunde Schlesner2015-02-021-1/+1
* Filesys: Move creation of Handles for File/Directory to service handlersYuri Kunde Schlesner2015-02-021-12/+15
* Services: Stubbed more services.Subv2015-01-241-0/+11
* Added Archive ID to fs:USER debug logs involving opening the archive.archshift2015-01-101-3/+3
* Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.archshift2015-01-101-4/+0
* Archives: Implemented ExtSaveData and SharedExtSaveDataSubv2014-12-301-15/+2
* Merge pull request #330 from purpasmart96/new_srvbunnei2014-12-261-3/+0
|\
| * More services & small clean upspurpasmart962014-12-261-3/+0
* | Stubbed IsSdmcWriteable to always return writeable.archshift2014-12-241-1/+18
|/
* 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-1/+30
* | 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
|/
* Filesystem/Archives: Implemented the SaveData archiveSubv2014-12-181-7/+35
* FS.Archive: Clean up treatment of archives and their handlesYuri Kunde Schlesner2014-12-161-34/+59
* Service.FS: Do archive registration using IdCode instead of nameYuri Kunde Schlesner2014-12-161-2/+2
* HLE: Rename namespaces to match move & fix initialization orderYuri Kunde Schlesner2014-12-161-15/+17
* HLE: Move kernel/archive.* to service/fs/Yuri Kunde Schlesner2014-12-161-0/+474