summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive_savedata.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove lots more 3DS-specific code.bunnei2017-10-131-33/+0
* nso: Refactor and allocate .bss section.bunnei2017-09-301-3/+6
* FileSys: abstract SD save data archive sourcewwylele2016-11-291-73/+6
* 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-4/+3
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-12/+21
* 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-7/+7
* HLE/FS: Corrected some style concerns.Subv2016-03-201-4/+4
* HLE/FS: Implemented GetFormatInfoSubv2016-03-201-1/+31
* Core: Properly configure address space when loading a binaryYuri Kunde Schlesner2015-07-121-2/+2
* Core: Cleanup file_sys includes.Emmanuel Gil Peyrot2015-06-281-2/+1
* Common: Fix FileUtil includes, and everything relying on those.Emmanuel Gil Peyrot2015-06-281-0/+1
* Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2015-05-291-1/+1
* Kernel: Remove g_program_idYuri Kunde Schlesner2015-05-091-2/+3
* 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-10/+13
* Archives: Addressed some commentsSubv2015-01-061-6/+6
* Archives: Make SYSTEM_ID and SDCARD_ID stringsSubv2015-01-041-1/+2
* Archives: Changed the way paths are built for the archives.Subv2015-01-041-2/+13
* Archives: Implemented ExtSaveData and SharedExtSaveDataSubv2014-12-301-7/+18
* FileSys: Clean up according to the coding style, and remove redundant namespaced names.Emmanuel Gil Peyrot2014-12-241-1/+1
* License changepurpasmart962014-12-211-1/+1
* Filesystem/Archives: Implemented the SaveData archiveSubv2014-12-181-0/+33