summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fs/archive.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename ObjectPool to HandleTableYuri Kunde Schlesner2014-12-281-4/+4
|
* CFG: Implemented the GetConfigInfoBlk2 function.Subv2014-12-211-9/+0
| | | | | | 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
| |
* | Added CreateFile to the FS_USER servicearchshift2014-12-211-0/+8
| | | | | | | | Tested with hwtests.
* | Common: Add a clone of std::make_uniqueYuri Kunde Schlesner2014-12-201-6/+7
|/
* SystemSaveData: Fixed a typo that was segfaultingSubv2014-12-191-1/+1
|
* SaveData: Implemented the SystemSaveData archive.Subv2014-12-181-0/+9
| | | | It will be stored in the /syssavedata folder. This archive is user by various Services and possibly games via the FS:U service.
* Filesystem/Archives: Implemented the SaveData archiveSubv2014-12-181-6/+45
| | | | | | | | | | 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
* Work around libstdc++'s lack of support for std::hash on enumsYuri Kunde Schlesner2014-12-161-0/+15
|
* FS.Archive: Clean up treatment of archives and their handlesYuri Kunde Schlesner2014-12-161-150/+102
| | | | | | | - 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-2/+2
|
* Service.FS: Rename FileSys::Archive to ArchiveBackendYuri Kunde Schlesner2014-12-161-3/+3
|
* Service.FS: Do archive registration using IdCode instead of nameYuri Kunde Schlesner2014-12-161-10/+10
|
* HLE: Rename namespaces to match move & fix initialization orderYuri Kunde Schlesner2014-12-161-5/+4
|
* HLE: Move kernel/archive.* to service/fs/Yuri Kunde Schlesner2014-12-161-0/+426