summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ptm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-1/+1
|
* FileSys: Clean-up includes, de-inline destructorsYuri Kunde Schlesner2015-05-071-1/+2
|
* Services: Initialize all state variables at bootup.bunnei2015-05-021-2/+5
|
* ptm_sysm: Add static specifier to IsLegacyPowerOffLioncash2015-04-251-1/+1
|
* Services: Stubs and minor changespurpasmart962015-04-032-4/+4
|
* Services: Moved the PTM and APT services to their own folderSubv2015-03-048-0/+392
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.