aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/file_sys/archive_sdmc.cpp
Commit message (Expand)AuthorAge
* Core: Cleanup file_sys includes.Gravatar Emmanuel Gil Peyrot2015-06-28
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
* FS: Allow multiple instances of the same archive type to be open at onceGravatar Yuri Kunde Schlesner2015-02-10
* Archives: Addressed some commentsGravatar Subv2015-01-06
* License changeGravatar purpasmart962014-12-20
* Filesystem/Archives: Implemented the SaveData archiveGravatar Subv2014-12-17
* FS.Archive: Clean up treatment of archives and their handlesGravatar Yuri Kunde Schlesner2014-12-16
* Service.FS: Rename FileSys::File to FileBackendGravatar Yuri Kunde Schlesner2014-12-16
* Service.FS: Rename FileSys::Directory to DirectoryBackendGravatar Yuri Kunde Schlesner2014-12-16
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
* Make OpenDirectory fail if the directory doesn't existGravatar archshift2014-12-07
* Merge pull request #222 from archshift/renamexyzGravatar bunnei2014-12-04
|\
| * Updated archive.cpp functions for proper error handlingGravatar archshift2014-12-03
* | Fixed formatting and switch statement warningsGravatar vaguilar2014-11-27
| * Implemented RenameDirectory in FS:USERGravatar archshift2014-11-24
| * Implemented RenameFile in FS:USERGravatar archshift2014-11-24
|/
* Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.Gravatar archshift2014-11-23
* FileSys: Updated backend code to use FileSys::Path instead of string for paths.Gravatar bunnei2014-11-17
* Added CreateDirectory function to service/fs.cpp, and in Archive.Gravatar archshift2014-11-02
* Use config files to store whether SDMC is enabled or notGravatar archshift2014-10-22
* FileSys: split the constructor into an Open method, in order to notify the op...Gravatar Emmanuel Gil Peyrot2014-10-06
* FileSys: Add forgotten docstrings.Gravatar Emmanuel Gil Peyrot2014-10-06
* Core: Add a method to obtain a Directory from an Archive.Gravatar Emmanuel Gil Peyrot2014-09-17
* Core: Add a passthrough backend for the filesystem, exposed as SDMC.Gravatar Emmanuel Gil Peyrot2014-09-17