summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive_systemsavedata.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Style: Addressed some commentsSubv2014-12-211-2/+7
|
* CFG: Refactored how the config file works.Subv2014-12-211-1/+1
| | | | It is now kept in memory as per 3dbrew, all updates happen on memory, then they can be saved using UpdateConfigNANDSavegame.
* CFG: Implemented the GetConfigInfoBlk2 function.Subv2014-12-211-2/+3
| | | | | | Added a "config" file to the CFG process service (CFG:U), and added a few default blocks to it. Implemented GetSystemModel and GetModelNintendo2DS
* License changepurpasmart962014-12-211-1/+1
|
* SaveData: Implemented the SystemSaveData archive.Subv2014-12-181-0/+33
It will be stored in the /syssavedata folder. This archive is user by various Services and possibly games via the FS:U service.