summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cfg/cfg_s.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove lots more 3DS-specific code.bunnei2017-10-131-22/+0
|
* service: Drop '_Interface' from cfg service namesLioncash2016-12-091-2/+2
|
* Services: Moved the PTM and APT services to their own folderSubv2015-03-041-7/+6
| | | | | | This coincidentally fixes an issue about the PTM service failing to create its SharedExtSaveData archive due to the FS service not being initialized by the time the creating code runs. Ideally I'd like to move each process to its own folder, and have a single file per process that registers the service classes, which would be in their own files inside that folder. Then each service class would just call functions from the process to complete the commands.
* Services: Added some missing services.Subv2015-01-131-0/+23
cfg:s, ptm:sysm, apt:s. apt:s is almost exactly the same as apt:u as per 3dbrew