summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/file_sdmc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Filesystem/Archives: Implemented the SaveData archiveSubv2014-12-181-75/+0
| | | | | | | | | | 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
* Service.FS: Rename FileSys::File to FileBackendYuri Kunde Schlesner2014-12-161-2/+2
|
* FileSys: Updated backend code to use FileSys::Path instead of string for paths.bunnei2014-11-181-1/+1
|
* FileSys: split the constructor into an Open method, in order to notify the opener something went wrong.Emmanuel Gil Peyrot2014-10-061-0/+8
| | | | Kernel: Return an invalid handle to OpenFile when it failed to open.
* FileSys/Kernel: Implement SetSize service call for File objects.Emmanuel Gil Peyrot2014-10-061-0/+7
|
* FileSys: Add forgotten docstrings.Emmanuel Gil Peyrot2014-10-061-1/+1
|
* Core: Add a passthrough backend for the filesystem, exposed as SDMC.Emmanuel Gil Peyrot2014-09-171-0/+60