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