summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive_savedata.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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