aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/file_sys/archive_systemsavedata.h
Commit message (Collapse)AuthorAge
* Core: Cleanup file_sys includes.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and ↵Gravatar Subv2015-03-14
| | | | | | DeleteSystemSaveData Also fixed a bug with CreateExtSaveData that made it unable to create ExtSaveData archives in the SDMC directory.
* Archives: Properly implemented the SystemSaveData archive.Gravatar Subv2015-02-25
| | | | Ported to the new factory pattern we have for archives.
* Archives: Changed the way paths are built for the archives.Gravatar Subv2015-01-03
| | | | Each archive now takes a mount point of either NAND or SDMC, and builds its own directory structure there, trying to simulate an HLE-friendly hardware layout
* FileSys: Clean up according to the coding style, and remove redundant ↵Gravatar Emmanuel Gil Peyrot2014-12-24
| | | | namespaced names.
* CFG: Implemented the GetConfigInfoBlk2 function.Gravatar Subv2014-12-21
| | | | | | Added a "config" file to the CFG process service (CFG:U), and added a few default blocks to it. Implemented GetSystemModel and GetModelNintendo2DS
* License changeGravatar purpasmart962014-12-20
|
* SystemSaveData: Added a TODO to move it to the NAND.Gravatar Subv2014-12-18
| | | | Maybe sometime when we actually implement that
* SaveData: Implemented the SystemSaveData archive.Gravatar Subv2014-12-17
It will be stored in the /syssavedata folder. This archive is user by various Services and possibly games via the FS:U service.