summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive_sdmc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | The savedata for each game is stored in /savedata/<ProgramID> for NCCH files. ELF files and 3DSX files use the folder 0 because they have no ID information Got rid of the code duplication in File and Directory Files that deal with the host machine's file system now live in DiskFile, similarly for directories and DiskDirectory and archives with DiskArchive. FS_U: Use the correct error code when a file wasn't found
* FS.Archive: Clean up treatment of archives and their handlesYuri Kunde Schlesner2014-12-161-30/+0
| | | | | | | - Refactor FS::Archive internals to make Archive creation and lifetime management clearer. - Remove the "Archive as a File" hack. - Implement 64-bit Archive handles.
* 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.
| * 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