aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/fs/fs_user.cpp
AgeCommit message (Expand)Author
2015-01-24Services: Stubbed more services.Subv
2015-01-10Added Archive ID to fs:USER debug logs involving opening the archive.archshift
2015-01-10Logging: Log all called service functions (under trace). Compile out all trac...archshift
2014-12-29Archives: Implemented ExtSaveData and SharedExtSaveDataSubv
2014-12-25Merge pull request #330 from purpasmart96/new_srvbunnei
2014-12-25More services & small clean upspurpasmart96
2014-12-23Stubbed IsSdmcWriteable to always return writeable.archshift
2014-12-21Merge pull request #291 from purpasmart96/licensebunnei
2014-12-21Added CreateFile to the FS_USER servicearchshift
2014-12-20License changepurpasmart96
2014-12-19FS_U: Added the command to the docs of SaveData functionsSubv
2014-12-18SaveData: Added some documentation to FormatSaveDataSubv
2014-12-17Filesystem/Archives: Implemented the SaveData archiveSubv
2014-12-16FS.Archive: Clean up treatment of archives and their handlesYuri Kunde Schlesner
2014-12-16Service.FS: Do archive registration using IdCode instead of nameYuri Kunde Schlesner
2014-12-16HLE: Rename namespaces to match move & fix initialization orderYuri Kunde Schlesner
2014-12-16HLE: Move kernel/archive.* to service/fs/Yuri Kunde Schlesner