summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt/apt_s.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* services: Get rid of unnecessary includesLioncash2016-02-021-2/+0
|
* services: Update some function tablesLioncash2015-12-301-0/+6
|
* Service/APT: Fixed a regression, PreloadLibraryApplet should also start an applet when called.Subv2015-07-241-2/+2
|
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-3/+0
|
* Services: Moved the PTM and APT services to their own folderSubv2015-03-041-0/+104
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.