summaryrefslogtreecommitdiff
path: root/src/core/file_sys/archive_systemsavedata.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove lots more 3DS-specific code.Gravatar bunnei2017-10-121-77/+0
* FileSys: Move all result description to errors.hGravatar Yuri Kunde Schlesner2017-05-241-2/+2
* core: Remove HLE module, consolidate code & various cleanups.Gravatar bunnei2016-12-211-1/+1
* FileSys: add SaveDataArchiveGravatar wwylele2016-11-191-2/+2
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-3/+1
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-181-2/+1
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-4/+5
* Common: Remove Common::make_unique, use std::make_uniqueGravatar MerryMage2016-04-051-2/+2
* HLE/FS: Implemented GetFormatInfoGravatar Subv2016-03-201-1/+7
* Core: Cleanup file_sys includes.Gravatar Emmanuel Gil Peyrot2015-06-281-2/+3
* Common: Fix FileUtil includes, and everything relying on those.Gravatar Emmanuel Gil Peyrot2015-06-281-0/+1
* Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSy...Gravatar Subv2015-03-141-2/+20
* Archives: Properly implemented the SystemSaveData archive.Gravatar Subv2015-02-251-12/+21
* Archives: Make SYSTEM_ID and SDCARD_ID stringsGravatar Subv2015-01-041-1/+1
* Archives: Changed the way paths are built for the archives.Gravatar Subv2015-01-031-1/+6
* Style: Addressed some commentsGravatar Subv2014-12-211-2/+7
* CFG: Refactored how the config file works.Gravatar Subv2014-12-211-1/+1
* CFG: Implemented the GetConfigInfoBlk2 function.Gravatar Subv2014-12-211-2/+3
* License changeGravatar purpasmart962014-12-201-1/+1
* SaveData: Implemented the SystemSaveData archive.Gravatar Subv2014-12-171-0/+33