summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive_savedatacheck.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* FileSys: rename SaveDataCheck archive to NCCH archivewwylele2016-11-191-62/+0
* 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
* 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
* 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
* SaveDataCheck: Move the files to nand/titleSubv2015-01-041-1/+2
* Archives: Reduced duplicate code in RomFS and SaveCheck.Subv2015-01-031-0/+41