summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/file_backend.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* HLE/FS: Return the proper error codes when opening files.Subv2016-03-201-2/+2
|
* HLE/FS: Return the proper error codes on file Read/Write operations.Subv2016-03-201-4/+5
| | | | These operations are limited by the open flags specified while opening the file.
* Archive: Correct a few incorrect types in function signaturesYuri Kunde Schlesner2015-07-141-4/+4
| | | | Buffer lengths should be size_t, and file offsets should be u64.
* Common: Cleanup memory and misc includes.Emmanuel Gil Peyrot2015-06-281-0/+2
|
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-1/+0
|
* Clean-up includesYuri Kunde Schlesner2015-05-071-2/+1
|
* License changepurpasmart962014-12-211-1/+1
|
* Filesystem/Archives: Implemented the SaveData archiveSubv2014-12-181-0/+5
| | | | | | | | | | 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-0/+66