summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive_sdmc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* file_sys: Make a few single-argument constructors explicitLioncash2016-12-071-2/+2
* FileSys: w->rw permission lift only happens in SDMC archivewwylele2016-11-191-0/+1
* FileSys: add SDMCArchivewwylele2016-11-191-0/+25
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-1/+3
* HLE/FS: Implemented GetFormatInfoSubv2016-03-201-1/+2
* Core: Cleanup file_sys includes.Emmanuel Gil Peyrot2015-06-281-3/+4
* FS: Allow multiple instances of the same archive type to be open at onceYuri Kunde Schlesner2015-02-101-2/+8
* License changepurpasmart962014-12-211-1/+1
* Filesystem/Archives: Implemented the SaveData archiveSubv2014-12-181-64/+2
* FS.Archive: Clean up treatment of archives and their handlesYuri Kunde Schlesner2014-12-161-30/+0
* Service.FS: Rename FileSys::File to FileBackendYuri Kunde Schlesner2014-12-161-1/+1
* Service.FS: Rename FileSys::Directory to DirectoryBackendYuri Kunde Schlesner2014-12-161-1/+1
* Service.FS: Rename FileSys::Archive to ArchiveBackendYuri Kunde Schlesner2014-12-161-2/+2
* Service.FS: Do archive registration using IdCode instead of nameYuri Kunde Schlesner2014-12-161-5/+1
* Implemented RenameDirectory in FS:USERarchshift2014-11-251-0/+8
* Implemented RenameFile in FS:USERarchshift2014-11-251-0/+8
* Merge pull request #191 from archshift/deletexyzbunnei2014-11-241-0/+14
|\
| * Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.archshift2014-11-231-0/+14
* | Remove extraneous semicolonsLioncash2014-11-181-1/+1
|/
* FileSys: Updated backend code to use FileSys::Path instead of string for paths.bunnei2014-11-181-3/+3
* Added CreateDirectory function to service/fs.cpp, and in Archive.archshift2014-11-021-0/+7
* FileSys: Add forgotten docstrings.Emmanuel Gil Peyrot2014-10-061-0/+4
* Core: Add a method to obtain a Directory from an Archive.Emmanuel Gil Peyrot2014-09-171-0/+7
* Core: Add a passthrough backend for the filesystem, exposed as SDMC.Emmanuel Gil Peyrot2014-09-171-0/+79