summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive_systemsavedata.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove lots more 3DS-specific code.bunnei2017-10-131-77/+0
* FileSys: Move all result description to errors.hYuri Kunde Schlesner2017-05-251-2/+2
* core: Remove HLE module, consolidate code & various cleanups.bunnei2016-12-221-1/+1
* FileSys: add SaveDataArchivewwylele2016-11-191-2/+2
* 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-4/+5
* Common: Remove Common::make_unique, use std::make_uniqueMerryMage2016-04-051-2/+2
* HLE/FS: Implemented GetFormatInfoSubv2016-03-201-1/+7
* Core: Cleanup file_sys includes.Emmanuel Gil Peyrot2015-06-281-2/+3
* Common: Fix FileUtil includes, and everything relying on those.Emmanuel Gil Peyrot2015-06-281-0/+1
* Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSystemSaveDataSubv2015-03-141-2/+20
* Archives: Properly implemented the SystemSaveData archive.Subv2015-02-261-12/+21
* 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-1/+6
* Style: Addressed some commentsSubv2014-12-211-2/+7
* CFG: Refactored how the config file works.Subv2014-12-211-1/+1
* CFG: Implemented the GetConfigInfoBlk2 function.Subv2014-12-211-2/+3
* License changepurpasmart962014-12-211-1/+1
* SaveData: Implemented the SystemSaveData archive.Subv2014-12-181-0/+33