summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive_extsavedata.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove lots more 3DS-specific code.bunnei2017-10-131-245/+0
* FileSys: Move all result description to errors.hYuri Kunde Schlesner2017-05-251-8/+4
* file_sys: lower log level for setting host pathwwylele2017-03-081-1/+1
* core: fix archive_extsavedata.cpp warning on OSXKloen2017-01-291-0/+2
* Address clang-format issues.bunnei2016-12-221-4/+3
* core: Remove HLE module, consolidate code & various cleanups.bunnei2016-12-221-2/+2
* file_sys: Make a few single-argument constructors explicitLioncash2016-12-071-1/+1
* FileSys: add ExtSaveDataArchivewwylele2016-11-191-1/+114
* 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
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-8/+13
* Common: Remove Common::make_unique, use std::make_uniqueMerryMage2016-04-051-2/+2
* HLE/FS: Change the error code returned when an ExtSaveData archive is not found.Subv2016-03-201-18/+24
* HLE/FS: Corrected some style concerns.Subv2016-03-201-1/+1
* HLE/FS: Implemented GetFormatInfoSubv2016-03-201-2/+34
* Core: Cleanup file_sys includes.Emmanuel Gil Peyrot2015-06-281-2/+2
* Common: Fix FileUtil includes, and everything relying on those.Emmanuel Gil Peyrot2015-06-281-0/+1
* ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder.Subv2015-06-021-3/+6
* Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2015-05-291-2/+2
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-0/+1
* Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSystemSaveDataSubv2015-03-141-0/+21
* FS: Allow multiple instances of the same archive type to be open at onceYuri Kunde Schlesner2015-02-101-7/+8
* Services: Stubbed more services.Subv2015-01-241-2/+2
* Archives/Exdata: Don't set concrete_mount_point in the ctorSubv2015-01-061-1/+1
* Archives: Addressed some commentsSubv2015-01-061-1/+1
* Archives: Make SYSTEM_ID and SDCARD_ID stringsSubv2015-01-041-2/+3
* Archives: Changed the way paths are built for the archives.Subv2015-01-041-3/+11
* Archives: Change the folder layout of some archives.Subv2015-01-031-2/+1
* Archives: Implemented ExtSaveData and SharedExtSaveDataSubv2014-12-301-0/+59