summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive_savedatacheck.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FileSys: rename SaveDataCheck archive to NCCH archivewwylele2016-11-191-62/+0
| | | | According to the observation from game and 3dbrew "Used for accessing general NCCH data"
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-3/+1
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-2/+1
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-7/+8
|
* Common: Remove Common::make_unique, use std::make_uniqueMerryMage2016-04-051-2/+2
|
* HLE/FS: Implemented GetFormatInfoSubv2016-03-201-1/+7
| | | | Format information is currently only implemented for the ExtSaveData, SharedExtSaveData and SaveData archives, the information is stored in a file alongside the root folder of the archive.
* FS: Stream RomFS from file instead of loading all of it to memorycondut2015-07-141-7/+4
|
* Core: Cleanup file_sys includes.Emmanuel Gil Peyrot2015-06-281-0/+5
|
* Common: Fix FileUtil includes, and everything relying on those.Emmanuel Gil Peyrot2015-06-281-0/+1
|
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-0/+1
|
* FS: Allow multiple instances of the same archive type to be open at onceYuri Kunde Schlesner2015-02-101-13/+15
|
* Archives: Addressed some commentsSubv2015-01-061-4/+4
|
* SaveDataCheck: Fixed a typoSubv2015-01-051-1/+1
|
* Archives: Make SYSTEM_ID and SDCARD_ID stringsSubv2015-01-041-1/+1
|
* Archives: Changed the way paths are built for the archives.Subv2015-01-041-3/+13
| | | | Each archive now takes a mount point of either NAND or SDMC, and builds its own directory structure there, trying to simulate an HLE-friendly hardware layout
* SaveDataCheck: Move the files to nand/titleSubv2015-01-041-1/+2
| | | | under /nand/title/high/low/content/00000000.app.romfs
* Archives: Reduced duplicate code in RomFS and SaveCheck.Subv2015-01-031-0/+41
Fixed a few warnings and cleaned up the code