aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/apt
Commit message (Collapse)AuthorAge
* Add helpers to create IPC command buffer headers and descriptorsGravatar Yuri Kunde Schlesner2015-06-22
|
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
|
* APT/FS: Remove asserts that were causing false positivesGravatar purpasmart962015-05-15
|
* Kernel: Capture SharedMemory attributes at creation, not when mappingGravatar Yuri Kunde Schlesner2015-05-10
|
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
|
* Services: Initialize all state variables at bootup.Gravatar bunnei2015-05-01
|
* APT: (Subv) Fix bug where start event was being incorrectly signaled.Gravatar bunnei2015-04-09
|
* 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.