aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/ptm
Commit message (Collapse)AuthorAge
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
|
* PTM: Changed the way the ptm services are handled to be like theGravatar purpasmart962015-05-11
| | | | IR, HID, and APT services.
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
|
* FileSys: Clean-up includes, de-inline destructorsGravatar Yuri Kunde Schlesner2015-05-06
|
* Services: Initialize all state variables at bootup.Gravatar bunnei2015-05-01
|
* ptm_sysm: Add static specifier to IsLegacyPowerOffGravatar Lioncash2015-04-24
|
* Services: Stubs and minor changesGravatar purpasmart962015-04-02
|
* Services: Moved the PTM and APT services to their own folderGravatar Subv2015-03-03
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.