summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt/apt_s.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-02services: Get rid of unnecessary includesLioncash1-2/+0
2015-12-30services: Update some function tablesLioncash1-0/+6
2015-07-24Service/APT: Fixed a regression, PreloadLibraryApplet should also start an applet when called.Subv1-2/+2
2015-05-07Common: Remove common.hYuri Kunde Schlesner1-3/+0
2015-03-04Services: Moved the PTM and APT services to their own folderSubv1-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.