summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive_backend.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CFG: Implemented the GetConfigInfoBlk2 function.Subv2014-12-211-0/+5
| | | | | | Added a "config" file to the CFG process service (CFG:U), and added a few default blocks to it. Implemented GetSystemModel and GetModelNintendo2DS
* Merge pull request #291 from purpasmart96/licensebunnei2014-12-211-1/+1
|\ | | | | License change
| * License changepurpasmart962014-12-211-1/+1
| |
* | Merge pull request #271 from archshift/createfbunnei2014-12-211-0/+8
|\ \ | | | | | | Added CreateFile to the FS_USER service
| * | Added CreateFile to the FS_USER servicearchshift2014-12-211-0/+8
| |/ | | | | | | Tested with hwtests.
* / Clean up some warningsChin2014-12-201-1/+10
|/
* 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-2/+2
|
* Service.FS: Rename FileSys::Directory to DirectoryBackendYuri Kunde Schlesner2014-12-161-2/+2
|
* Service.FS: Rename FileSys::Archive to ArchiveBackendYuri Kunde Schlesner2014-12-161-0/+255