aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/apt_u.h
AgeCommit message (Collapse)Author
2015-03-03Services: Moved the PTM and APT services to their own folderSubv
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.
2014-12-25More services & small clean upspurpasmart96
2014-12-20License changepurpasmart96
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Emmanuel Gil Peyrot
or generated
2014-10-29Renamed souce files of services to match port namesGareth Poole